summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* md_tw.py: Add TWRenderer.block_html.rsiddharth2018-02-181-0/+6
* md_tw.py: Add TWBlockLexer.parse_block_html.rsiddharth2018-02-182-23/+14
* tests: Update TestTWRenderer.test_render_block_code.rsiddharth2018-02-183-0/+31
* tests: Add TestTWRenderer.test_render_block_code.rsiddharth2018-02-183-0/+26
* md_tw.py: Add TWMarkdown.output_block_quote.rsiddharth2018-02-181-0/+17
* md_tw.py: Add TWMarkdown._client_ts.rsiddharth2018-02-181-0/+11
* md_tw.py: Add TWRenderer.block_quote.rsiddharth2018-02-181-0/+4
* md_tw.py: Update TWRenderer.paragraph.rsiddharth2018-02-181-3/+3
* md_tw.py: Add TWRenderer.block_code.rsiddharth2018-02-181-0/+5
* md_tw.py: Add TWRenderer.tw_get.rsiddharth2018-02-181-0/+5
* tests: Update blexer-block-code.md.rsiddharth2018-02-181-1/+1
* md_tw.py: Rename TWRenderer._tw_set_options method.rsiddharth2018-02-182-6/+6
* tests: Add test for TWRenderer.paragraph.rsiddharth2018-02-183-2/+78
* md_tw.py: Update TWRenderer.paragraph.rsiddharth2018-02-181-1/+3
* md_tw.py: Update TWMarkdown.parse.rsiddharth2018-02-181-2/+2
* md_tw.py: Update TWInlineLexer.rsiddharth2018-02-181-3/+0
* tests: Rename assert_equal to nose_tools.assert_equal.rsiddharth2018-02-181-21/+21
* tests: Add test_parse_paragraph.rsiddharth2018-01-072-0/+65
* tests: Add test_parse_block_html.rsiddharth2018-01-072-0/+96
* Remove HACKING.rst.rsiddharth2018-01-061-35/+0
* Remove CONTRIBUTORS.rsiddharth2018-01-021-7/+0
* Update copyright.rsiddharth2018-01-025-5/+5
* 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-023-0/+163
* md_tw.py: Add TWBlockLexer.parse_def_links.rsiddharth2018-01-023-0/+62
* md_tw.py: Add TWBlockLexer.parse_block_quote.rsiddharth2018-01-023-0/+190
* md_tw.py: Add TWBlockLexer._process_list_item.rsiddharth2018-01-023-0/+345
* md_tw.py: Add TWBlockLexer.parse_hrule.rsiddharth2018-01-023-0/+38
* md_tw.py: Add TWBlockLexer.parse_lheading.rsiddharth2018-01-023-0/+32
* md_tw: Add TWBlockLexer.parse_heading.rsiddharth2018-01-023-0/+29
* md_tw.py: Add `TWBlockLexer.parse_fences`.rsiddharth2018-01-023-0/+29
* md_tw.py: Add `TWBlockLexer.parse_block_code`.rsiddharth2018-01-023-2/+34
* md_tw.py: Add TWBlockLexer._keyify.rsiddharth2018-01-021-0/+8
* md_tw: Update `TWBlockLexer.__init__`.rsiddharth2018-01-022-3/+0
* md_tw.py: `from mistune import ...` -> `import mistune`rsiddharth2018-01-021-6/+6
* setup.py: Update config.rsiddharth2017-12-172-2/+2
* HACKING.rst: Update file.rsiddharth2017-12-011-1/+1
* setup.py: Update config.rsiddharth2017-12-011-1/+0
* HACKING.rst: Updat file.rsiddharth2017-12-011-5/+3
* bootstrap.sh: New file.rsiddharth2017-12-011-0/+4
* venv.sh: New file.rsiddharth2017-12-011-0/+16
* md_tw.py: Add Text Wrap classes (derived from mistune' classes).rsiddharth2017-07-246-1/+454
* Initial commit.rsiddharth2017-07-1613-0/+950