| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* md_tw.py (TWMarkdown)[output_def_link]: New method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[def_link]: New method.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* tests/data/renderer-hrules-w.md: New file.
* tests/data/renderer-hrules.md: New file.
* tests/test_md_tw.p (TestTWRenderer)[test_render_hrule]: New test method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[output_hrule]: New method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[hrule]: New method.
|
|
|
|
|
|
|
|
| |
* tests/data/renderer-heading-w.md: New file.
* tests/data/renderer-heading.md: New file.
* tests/data/renderer-lheading-w.md: New file.
* tests/data/renderer-lheading.md: New file.
* tests/test_md_tw.py (test_render_header): New test method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[header]: New method.
|
|
|
|
|
|
| |
* tests/data/renderer-lists-w.md: New file.
* tests/data/renderer-lists.md: New file.
* tests/test_md_tw.py (test_render_list): New test method.
|
|
|
|
|
|
| |
Set width beforing rendering item.
* md_tw.py (TWMarkdown)[output_list_item]: Update function.
|
|
|
|
|
|
| |
Refactor indenting.
* md_tw.py (TWMarkdown)[output_loose_item]: Update method.
|
|
|
|
|
| |
* tests/test_md_tw.py (TestTWRenderer)[teardown_class]: New method.
[teardown]: Update method.
|
|
|
|
|
| |
* tests/test_md_tw.py (TestTWRenderer)[setup_class]: New method.
[setup]: Update method.
|
|
|
|
|
|
| |
Set width before rendering item.
* md_tw.py (TWMarkdown)[output_loose_item]: Update method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[output_list_item]: Update method.
|
|
|
|
| |
* md_tw.py (TWBlockLexer)[_process_list_item]: Update method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[output_loose_item]: New method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[output_list_item]: New method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[output_block_quote]: Update method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[_remove_prefix]: New method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[_add_prefix]: New method.
|
|
|
|
|
|
| |
* md_tw.py (TWRenderer)[_tw_fill]: Remove method.
[tw_fill]: New method.
[paragraph]: Update method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[list]: New method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[list_item]: New method.
|
|
|
|
|
|
| |
* tests/data/renderer-block-html-w.md: New file.
* tests/data/renderer-block-html.md: New file.
* tests/test_md_tw.py (test_render_block_html): New test method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[output_block_html]: New method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[block_html]: New method.
|
|
|
|
|
|
| |
* md_tw.py (TWBlockLexer)[parse_block_html]: New method.
* tests/test_md_tw.py (TestTWBlockLexer)
[test_parse_block_html]: Update test method.
|
|
|
|
|
|
| |
* tests/data/renderer-fences-w.md: New file.
* tests/data/renderer-fences.md: New file.
* tests/test_md_tw.py (test_render_block_code): Update test method.
|
|
|
|
|
|
|
| |
* tests/data/renderer-block-code-w.md: New file.
* tests/data/renderer-block-code.md: New file.
* tests/test_md_tw.py (TestTWRenderer)
[test_render_block_code]: New test method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[output_block_quote]: New method.
|
|
|
|
|
| |
* md_tw.py (TWMarkdown)[_client_ts]: New method.
[parse]: Update method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[block_quote]: New method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[paragraph]: Update method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[block_code]: New method.
|
|
|
|
| |
* md_tw.py (TWRenderer)[tw_get]: New method.
|
|
|
|
| |
* tests/data/blexer-block-code.md: Update file.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
* tests/data/renderer-paragraphs-w.md: New file.
* tests/data/renderer-paragraphs.md: New file.
* tests/test_md_tw.py (TestTWRenderer)[test_render_paragraph]: Test
for TWRenderer.paragraph.
[setup, teardown]: Update methods.
[_write_tmp, _get, _md, _validate]: New methods.
|
|
|
|
| |
* md_tw.py (TWRenderer)[paragraph]: Update method.
|
|
|
|
| |
* md_tw.py (TWMarkdown)[parse]: Update method.
|
|
|
|
| |
* md_tw.py (__init__): Update method.
|
|
|
|
|
|
|
|
|
|
|
| |
* tests/test_md_tw.py
(TestTWBlockLexer)[_validate, test_parse_list_block]
[test_parse_block_quote, test_parse_def_footnotes]
[test_parse_block_html]: Update methods.
(TestTWRenderer)[test_tw_obj_with_default_width]
[test_tw_obj_with_custom_width]
[test_tw_set_options_with_valid_opts]
[test_tw_set_options_with_invalid_opts]: Update methods.
|
|
|
|
|
| |
* tests/data/blexer-paragraphs.md: New file.
* tests/test_md_tw.py (TestTWBlockLexer.test_parse_paragraph): New test.
|
|
|
|
|
| |
* tests/data/blexer-block-html.md: New file.
* tests/test_md_tw.py (TestTWBlockLexer.test_parse_block_html): New test.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
* tests/data/paragraphs-with-inline-wrapped.md: Remove file.
* tests/data/paragraphs-with-inline.md: Remove file.
* tests/data/paragraphs-wrapped.md: Remove file.
* tests/data/paragraphs.md: Remove file.
* tests/test_md_tw.py
(TestTextWrapParagraphs): Remove test class.
|
|
|
|
|
| |
* tests/test_md_tw.py
(TestTWInlineLexer.test_default_rules_contents): Remove test.
|