summaryrefslogtreecommitdiffstats
path: root/tests/data/blexer-blockquote.md
Commit message (Collapse)AuthorAgeFilesLines
* md_tw.py: Add TWBlockLexer.parse_block_quote.rsiddharth2018-01-021-0/+34
* 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.