Skip to content

svuki/footnoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

footnoter

This program allows for easy hyperlinked footnotes in markdown files. The usage is

python footnoter SOURCE-FILE TARGET-FILENAME

Be default the footnote pattern is @@footnote [footnote text here]@@. The program will extract the footnote text out and replace it with a hyperlinked superscript to the fotnote text which will be placed at the bottom of the document. "

Examples

Passed the file:

# Title

Here is a line @@footnote And this is its footnote.@@

The output is:

# Title

Here is a line <a href="#footnote1"><sup id="super1">0</sup></a>
<p id="footnote1"> <a href="#super1"><sup>0</sup></a>And this is its footnote.</p>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages