summaryrefslogtreecommitdiffstats
path: root/md_tw.py
Commit message (Collapse)AuthorAgeFilesLines
* md_tw.py: Update TWMarkdown.output_list_item.rsiddharth2018-04-011-1/+1
| | | | | | Fix initial indent lstripping. * md_tw.py (TWMarkdown.output_list_item): Update method.
* md_tw.py: Update TWMarkdown.output_list_item.rsiddharth2018-04-011-2/+3
| | | | | | * md_tw.py (TWMarkdown.output_list_item): Update method. * tests/data/renderer-lists-w.md: Update file. * tests/data/renderer-lists.md: Update file.
* md_tw.py: TWRenderer.paragraph.rsiddharth2018-04-011-1/+1
| | | | | | | | | | | Don't append rstripped prefix. The rstripped prefix was appended before to render paragraphs correctly inside a blockquote. The blockquote rendering was updated to handle this; therefore paragraph rendering should not concern itself with this now. * md_tw.py (TWRenderer.paragraph): Update method.
* md_tw.py: Update TWMarkdown.output_block_quote.rsiddharth2018-04-011-2/+26
| | | | | | | | | | | Add subsequent indent text to all 'block' tokens inside block quote. * md_tw.py (TWMarkdown.output_block_quote): Update method. (TWRenderer.block_quote): Update method. * tests/data/renderer-block-quote-w.md: New file. * tests/data/renderer-block-quote.md: New file. * tests/data/renderer-fences-w.md: Update file. * tests/test_md_tw.py (test_render_block-_quote): New test.
* md_tw.py: Add TWMarkdown.output_heading.rsiddharth2018-04-011-0/+8
| | | | | | | | Add prefix, if it exists, to heading. * md_tw.py (TWMarkdown.output_heading): Override super class's method. * tests/data/renderer-heading-w.md: Update file. * tests/data/renderer-heading.md: Update file.
* md_tw.py: Update TWRenderer.block_code.rsiddharth2018-04-011-1/+1
| | | | | | | Don't add prefix for empty lines. * markdown_textwrap/_version.py (__version__): Update variable. * md_tw.py (TWRenderer.block_code): Update method.
* md_tw.py: Update main.rsiddharth2018-03-251-1/+32
| | | | * md_tw.py (main): Update function.
* md_tw.py: Add TWMarkdown.output_footnote.rsiddharth2018-03-051-0/+47
| | | | * md_tw.py (TWMarkdown)[output_footnote]: New method.
* md_tw.py: Add TWRenderer.footnote_item.rsiddharth2018-03-051-0/+4
| | | | * md_tw.py (TWRenderer)[footnote_item]: New method.
* md_tw.py: Update TWBlockLexer.parse_def_footnotes.rsiddharth2018-03-051-1/+1
| | | | * md_tw.py (TWBlockLexer)[parse_def_footnotes]: Don't keyify key.
* md_tw.py: Update TWRenderer.block_quote.rsiddharth2018-03-051-1/+1
| | | | * md_tw.py (TWRenderer)[block_quote]: Append newline to out.
* md_tw.py: Update TWRenderer.paragraph.rsiddharth2018-03-051-5/+6
| | | | * md_tw.py (TWRenderer)[paragraph]: Update method.
* md_tw.py: Fix TWInlineLexer docstring.rsiddharth2018-03-051-3/+1
|
* md_tw.py: Add TWMarkdown.output_def_linkrsiddharth2018-02-261-0/+3
| | | | * md_tw.py (TWMarkdown)[output_def_link]: New method.
* md_tw.py: Ad TWRenderer.def_link.rsiddharth2018-02-261-3/+4
| | | | * md_tw.py (TWRenderer)[def_link]: New method.
* md_tw.py: [token] def_links -> def_linkrsiddharth2018-02-261-1/+1
| | | | | | * md_tw.py (TWBlockLexer)[parse_def_links]: Update method. * tests/test_md_tw.py (TWBlockLexer)[test_parse_def_link]: New test method. [test_parse_def_links]: Remove test method.
* md_tw.py: Add TWMarkdown.output_hrule.rsiddharth2018-02-251-0/+3
| | | | * md_tw.py (TWMarkdown)[output_hrule]: New method.
* md_tw.py: TWRenderer.hrule.rsiddharth2018-02-251-0/+4
| | | | * md_tw.py (TWRenderer)[hrule]: New method.
* md_tw.py: Add TWRenderer.header.rsiddharth2018-02-251-0/+7
| | | | * md_tw.py (TWRenderer)[header]: New method.
* md_tw.py: Update TWMarkdown.output_list_item.rsiddharth2018-02-241-0/+9
| | | | | | Set width beforing rendering item. * md_tw.py (TWMarkdown)[output_list_item]: Update function.
* md_tw.py: Update TWMarkdown.output_loose_item.rsiddharth2018-02-241-9/+7
| | | | | | Refactor indenting. * md_tw.py (TWMarkdown)[output_loose_item]: Update method.
* md_tw.py: Update TWMarkdown.output_loose_item.rsiddharth2018-02-241-0/+9
| | | | | | Set width before rendering item. * md_tw.py (TWMarkdown)[output_loose_item]: Update method.
* md_tw.py: Update TWMarkdown.output_list_item.rsiddharth2018-02-241-9/+7
| | | | * md_tw.py (TWMarkdown)[output_list_item]: Update method.
* md_tw.py: Update TWBlockLexer._process_list_item.rsiddharth2018-02-191-0/+1
| | | | * md_tw.py (TWBlockLexer)[_process_list_item]: Update method.
* md_tw.py: Add TWMarkdown.output_loose_item.rsiddharth2018-02-191-0/+35
| | | | * md_tw.py (TWMarkdown)[output_loose_item]: New method.
* md_tw.py: Add TWMarkdown.output_list_item.rsiddharth2018-02-191-0/+41
| | | | * md_tw.py (TWMarkdown)[output_list_item]: New method.
* md_tw.py: Update TWMarkdown.output_block_quote.rsiddharth2018-02-191-7/+3
| | | | * md_tw.py (TWMarkdown)[output_block_quote]: Update method.
* md_tw.py: Add TWMarkdown._remove_prefix.rsiddharth2018-02-191-0/+8
| | | | * md_tw.py (TWMarkdown)[_remove_prefix]: New method.
* md_tw.py: Add TWMarkdown._add_prefix.rsiddharth2018-02-191-0/+7
| | | | * md_tw.py (TWMarkdown)[_add_prefix]: New method.
* md_tw.py: Rename TWRenderer._tw_fill.rsiddharth2018-02-191-2/+2
| | | | | | * md_tw.py (TWRenderer)[_tw_fill]: Remove method. [tw_fill]: New method. [paragraph]: Update method.
* md_tw.py: Add TWRenderer.listrsiddharth2018-02-191-0/+4
| | | | * md_tw.py (TWRenderer)[list]: New method.
* md_tw.py: Add TWRenderer.list_item.rsiddharth2018-02-191-0/+5
| | | | * md_tw.py (TWRenderer)[list_item]: New method.
* md_tw.py: Add TWMarkdown.output_block_html.rsiddharth2018-02-181-0/+4
| | | | * md_tw.py (TWMarkdown)[output_block_html]: New method.
* md_tw.py: Add TWRenderer.block_html.rsiddharth2018-02-181-0/+6
| | | | * md_tw.py (TWRenderer)[block_html]: New method.
* md_tw.py: Add TWBlockLexer.parse_block_html.rsiddharth2018-02-181-0/+6
| | | | | | * md_tw.py (TWBlockLexer)[parse_block_html]: New method. * tests/test_md_tw.py (TestTWBlockLexer) [test_parse_block_html]: Update test method.
* md_tw.py: Add TWMarkdown.output_block_quote.rsiddharth2018-02-181-0/+17
| | | | * md_tw.py (TWMarkdown)[output_block_quote]: New method.
* md_tw.py: Add TWMarkdown._client_ts.rsiddharth2018-02-181-0/+11
| | | | | * md_tw.py (TWMarkdown)[_client_ts]: New method. [parse]: Update method.
* md_tw.py: Add TWRenderer.block_quote.rsiddharth2018-02-181-0/+4
| | | | * md_tw.py (TWRenderer)[block_quote]: New method.
* md_tw.py: Update TWRenderer.paragraph.rsiddharth2018-02-181-3/+3
| | | | * md_tw.py (TWRenderer)[paragraph]: Update method.
* md_tw.py: Add TWRenderer.block_code.rsiddharth2018-02-181-0/+5
| | | | * md_tw.py (TWRenderer)[block_code]: New method.
* md_tw.py: Add TWRenderer.tw_get.rsiddharth2018-02-181-0/+5
| | | | * md_tw.py (TWRenderer)[tw_get]: New method.
* md_tw.py: Rename TWRenderer._tw_set_options method.rsiddharth2018-02-181-2/+2
| | | | | | | | | | * md_tw.py (TWRenderer)[_tw_set_options]: Remove method. [tw_set]: New method. * tests/test_md_tw.py(TestTWRenderer) [test_tw_set_options_with_valid_opts]: Remove test. [test_tw_set_with_valid_opts]: Add test. [test_tw_set_options_with_invalid_opts]: Remove test. [test_tw_set_with_invalid_opts]: Add test.
* md_tw.py: Update TWRenderer.paragraph.rsiddharth2018-02-181-1/+3
| | | | * md_tw.py (TWRenderer)[paragraph]: Update method.
* md_tw.py: Update TWMarkdown.parse.rsiddharth2018-02-181-2/+2
| | | | * md_tw.py (TWMarkdown)[parse]: Update method.
* md_tw.py: Update TWInlineLexer.rsiddharth2018-02-181-3/+0
| | | | * md_tw.py (__init__): Update method.
* Update copyright.rsiddharth2018-01-021-1/+1
| | | | | | | | * Makefile: Update file. * markdown_textwrap/_version.py: Update file. * md_tw.py: Update file. * setup.py: Update file. * tests/test_md_tw.py: Update file.
* md_tw.py: Add `TWBlockLexer.parse_def_footnotes`.rsiddharth2018-01-021-0/+42
| | | | | | | | * 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.
* md_tw.py: Add TWBlockLexer.parse_def_links.rsiddharth2018-01-021-0/+11
| | | | | | | | * md_tw.py (TWBlockLexer.parse_def_links): New method. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_def_links): New test. * tests/data/blexer-def-links.md: New file.
* md_tw.py: Add TWBlockLexer.parse_block_quote.rsiddharth2018-01-021-0/+21
| | | | | | | | | * md_tw.py (TWBlockLexer.parse_block_quote): New method. (TWBlockLexer.__init__): Update method. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_block_quote): New test. * tests/data/blexer-blockquote.md: New file.
* md_tw.py: Add TWBlockLexer._process_list_item.rsiddharth2018-01-021-0/+54
| | | | | | | | * md_tw.py (TWBlockLexer._process_list_item): New method * tests/test_md_tw.py (TestTWBlockLexer.test_parse_list_block): New test. * tests/data/blexer-lists.md: New file.