| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* md_tw.py
(TWBlockLexer.parse_heading): New method.
* tests/data/blexer-heading.md: New file.
* tests/test_md_tw.py
(TestTWBlockLexer.test_parse_heading): New test.
|
|
|
|
|
|
| |
* md_tw.py (TWBlockLexer.parse_fences): New method.
* tests/data/blexer-fences.md: New file.
* tests/test_md_tw.py (test_parse_fences): New test.
|
|
|
|
|
|
|
|
|
|
| |
* md_tw.py
(TWBlockLexer.parse_block_code): New method.
* tests/test_md_tw.py
(TestTWBlockLexer._parse)
(TestTWBlockLexer._validate): New private methods.
(TestTWBlockLexer.test_parse_block_code): New test.
* tests/data/blexer-block-code.md: New file.
|
|
* md_tw.py (TWBlockLexer, TWInlineLexer, TWRenderer)
(TWMarkdown): New classes.
* tests/data/paragraphs-with-inline-wrapped.md: New file.
* tests/data/paragraphs-with-inline.md: New file.
* tests/data/paragraphs-wrapped.md: New file.
* tests/data/paragraphs.md: New file.
* tests/test_md_tw.py (TestTWBlockLexer, TestTWInlineLexer,
TestTWRenderer, TestTWMarkdown)
(TestTextWrapParagraphs): New test classes.
|