summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump to version 0.2.1.HEADmasterrsiddharth2018-05-061-1/+1
* Update README.rst.rsiddharth2018-05-061-3/+3
* setup.py: Fix config.description.rsiddharth2018-05-061-1/+1
* Bump to version 0.2.0.v0.2.0rsiddharth2018-04-011-1/+1
* Update README.rst.rsiddharth2018-04-011-2/+2
* md_tw.py: Update TWMarkdown.output_list_item.rsiddharth2018-04-011-1/+1
* md_tw.py: Update TWMarkdown.output_list_item.rsiddharth2018-04-013-2/+48
* md_tw.py: TWRenderer.paragraph.rsiddharth2018-04-011-1/+1
* md_tw.py: Update TWMarkdown.output_block_quote.rsiddharth2018-04-015-2/+101
* md_tw.py: Add TWMarkdown.output_heading.rsiddharth2018-04-013-0/+16
* md_tw.py: Update TWRenderer.block_code.rsiddharth2018-04-012-2/+2
* Bump to version 0.1.1.v0.1.1rsiddharth2018-03-271-1/+1
* README.rst: Fix repo url.rsiddharth2018-03-271-1/+1
* Bump to version 0.1.0.v0.1.0rsiddharth2018-03-251-1/+1
* Update README.rst.rsiddharth2018-03-251-0/+53
* md_tw.py: Update main.rsiddharth2018-03-251-1/+32
* tests: Add TestTWRenderer.test_render_footnote_item.rsiddharth2018-03-053-1/+54
* md_tw.py: Add TWMarkdown.output_footnote.rsiddharth2018-03-051-0/+47
* md_tw.py: Add TWRenderer.footnote_item.rsiddharth2018-03-051-0/+4
* md_tw.py: Update TWBlockLexer.parse_def_footnotes.rsiddharth2018-03-051-1/+1
* md_tw.py: Update TWRenderer.block_quote.rsiddharth2018-03-051-1/+1
* md_tw.py: Update TWRenderer.paragraph.rsiddharth2018-03-051-5/+6
* md_tw.py: Fix TWInlineLexer docstring.rsiddharth2018-03-051-3/+1
* tests: Add TestTWRenderer.test_render_def_link.rsiddharth2018-02-263-0/+73
* md_tw.py: Add TWMarkdown.output_def_linkrsiddharth2018-02-261-0/+3
* md_tw.py: Ad TWRenderer.def_link.rsiddharth2018-02-261-3/+4
* md_tw.py: [token] def_links -> def_linkrsiddharth2018-02-262-3/+3
* tests: Add TestTWRenderer.test_render_hrule.rsiddharth2018-02-253-0/+43
* md_tw.py: Add TWMarkdown.output_hrule.rsiddharth2018-02-251-0/+3
* md_tw.py: TWRenderer.hrule.rsiddharth2018-02-251-0/+4
* tests: Add test_render_header.rsiddharth2018-02-255-0/+57
* md_tw.py: Add TWRenderer.header.rsiddharth2018-02-251-0/+7
* tests: Add TestTWRenderer.test_render_list.rsiddharth2018-02-243-0/+135
* md_tw.py: Update TWMarkdown.output_list_item.rsiddharth2018-02-241-0/+9
* md_tw.py: Update TWMarkdown.output_loose_item.rsiddharth2018-02-241-9/+7
* tests: Add TestTWRenderer.teardown_class.rsiddharth2018-02-241-0/+4
* tests: Add TestTWRenderer.setup_class.rsiddharth2018-02-241-4/+6
* md_tw.py: Update TWMarkdown.output_loose_item.rsiddharth2018-02-241-0/+9
* md_tw.py: Update TWMarkdown.output_list_item.rsiddharth2018-02-241-9/+7
* md_tw.py: Update TWBlockLexer._process_list_item.rsiddharth2018-02-191-0/+1
* md_tw.py: Add TWMarkdown.output_loose_item.rsiddharth2018-02-191-0/+35
* md_tw.py: Add TWMarkdown.output_list_item.rsiddharth2018-02-191-0/+41
* md_tw.py: Update TWMarkdown.output_block_quote.rsiddharth2018-02-191-7/+3
* md_tw.py: Add TWMarkdown._remove_prefix.rsiddharth2018-02-191-0/+8
* md_tw.py: Add TWMarkdown._add_prefix.rsiddharth2018-02-191-0/+7
* md_tw.py: Rename TWRenderer._tw_fill.rsiddharth2018-02-191-2/+2
* md_tw.py: Add TWRenderer.listrsiddharth2018-02-191-0/+4
* md_tw.py: Add TWRenderer.list_item.rsiddharth2018-02-191-0/+5
* tests: Add TestTWRenderer.test_render_block_html.rsiddharth2018-02-183-0/+50
* md_tw.py: Add TWMarkdown.output_block_html.rsiddharth2018-02-181-0/+4