summaryrefslogtreecommitdiffstats
path: root/tests/data/blexer-footnotes.md
Commit message (Collapse)AuthorAgeFilesLines
* md_tw.py: Add `TWBlockLexer.parse_def_footnotes`.rsiddharth2018-01-021-0/+24
* md_tw.py (TWBlockLexer.parse_def_footnotes): New method. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_def_footnotes): New test. * tests/data/blexer-footnotes.md: New file.