summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add test_parse_paragraph.rsiddharth2018-01-072-0/+65
* tests: Add test_parse_block_html.rsiddharth2018-01-072-0/+96
* Update copyright.rsiddharth2018-01-021-1/+1
* tests: Remove TestTextWrapParagraphs.rsiddharth2018-01-025-241/+0
* tests: Remove TestTWInlineLexer.test_default_rules_contents.rsiddharth2018-01-021-5/+0
* md_tw.py: Add `TWBlockLexer.parse_def_footnotes`.rsiddharth2018-01-022-0/+121
* md_tw.py: Add TWBlockLexer.parse_def_links.rsiddharth2018-01-022-0/+51
* md_tw.py: Add TWBlockLexer.parse_block_quote.rsiddharth2018-01-022-0/+169
* md_tw.py: Add TWBlockLexer._process_list_item.rsiddharth2018-01-022-0/+291
* md_tw.py: Add TWBlockLexer.parse_hrule.rsiddharth2018-01-022-0/+32
* md_tw.py: Add TWBlockLexer.parse_lheading.rsiddharth2018-01-022-0/+24
* md_tw: Add TWBlockLexer.parse_heading.rsiddharth2018-01-022-0/+22
* md_tw.py: Add `TWBlockLexer.parse_fences`.rsiddharth2018-01-022-0/+22
* md_tw.py: Add `TWBlockLexer.parse_block_code`.rsiddharth2018-01-022-2/+27
* md_tw: Update `TWBlockLexer.__init__`.rsiddharth2018-01-021-2/+0
* md_tw.py: Add Text Wrap classes (derived from mistune' classes).rsiddharth2017-07-245-1/+363
* Initial commit.rsiddharth2017-07-162-0/+31