index
:
delta/python-markdown.git
2.6
baserock/morph
experiment-ancestory
feature-ancestry
flake8-722
html
image-url-spaces
inline
issue253
issue712
master
md3
mitya57/coveralls
mitya57/script-name
no-header_id.md
raw-html-ref-issue
regex-fixes
registry
revert-417-master
slowhtml
strongem
tox
travis-update
utest
waylan-patch-1
github.com: waylan/Python-Markdown.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
markdown
/
extensions
/
footnotes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch docs to MKDocs (#602)
Waylan Limberg
2017-12-06
1
-1
/
+1
*
Fix footnote parsing of footnote content (#536)
Isaac Muse
2017-01-23
1
-13
/
+20
*
Create additional references for duplicate footnotes (#534)
Isaac Muse
2017-01-23
1
-5
/
+93
*
Fix find footnote placeholder to recurse
Gustav Tiger
2015-08-29
1
-1
/
+3
*
Use newer ElementTree API to avoid future breakage.
Waylan Limberg
2015-01-31
1
-1
/
+1
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
1
-44
/
+58
*
Standardized all extension header comments to a uniform format.
Waylan Limberg
2014-08-21
1
-21
/
+11
*
Update extensions for Extension.__init__ refactor
Waylan Limberg
2014-07-31
1
-17
/
+17
*
Allow extensions to register serializers
Waylan Limberg
2013-08-07
1
-7
/
+9
*
Future imports go after the docstrings
Adam Dinwoodie
2013-03-18
1
-1
/
+1
*
Dict.keys() does not return a list in Python 3.
Waylan Limberg
2013-02-27
1
-1
/
+1
*
Now using universal code for Python 2 & 3.
Waylan Limberg
2013-02-27
1
-10
/
+17
*
Footnote ids contain dashes when outputing HTML5.
Waylan Limberg
2013-02-08
1
-5
/
+7
*
Fix all pyflakes unused-import/unused-variable warnings
Dmitry Shachnev
2012-11-09
1
-1
/
+1
*
Fixed #129. Footnotes now output valid HTML5.
Waylan Limberg
2012-08-09
1
-2
/
+7
*
Fixed #73. Codehilite now works in footnotes.
Waylan Limberg
2012-01-20
1
-3
/
+3
*
fixed an error in the BACKLINK_TEXT option in the footnotes extension.
tim
2011-12-20
1
-2
/
+2
*
New footnotes configuration option: BACKLINK_TEXT (second try).
tim
2011-12-20
1
-2
/
+8
*
Fixed #51. Removed recussion from footnote preproccessor. Also refactors the ...
Waylan Limberg
2011-11-18
1
-47
/
+31
*
Fixed Ticket 70 and added a test. Footnote references whithout a corespondin...
Waylan Limberg
2010-08-25
1
-7
/
+10
*
Fixed problem hidden by Ticket 68. Defining a footnote placeholder in a markd...
Waylan Limberg
2010-08-02
1
-8
/
+7
*
Fix Ticket 68. Remove an old line of code from the footnote extension that s...
Waylan Limberg
2010-08-02
1
-1
/
+0
*
Rename misc.py to util.py at the request of upstream
Toshio Kuratomi
2010-07-05
1
-1
/
+1
*
Break cyclic import of markdown. This allows people to embed markdown
Toshio Kuratomi
2010-07-05
1
-2
/
+3
*
Fixed Ticket 37. When multiple markdown documents are displayed on one page and
Waylan Limberg
2009-07-21
1
-5
/
+19
*
Updated footnotes extension for new refactor.
Waylan Limberg
2008-11-20
1
-6
/
+6
*
Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...
Waylan Limberg
2008-11-20
1
-0
/
+293