summaryrefslogtreecommitdiffstats
path: root/tests/data/renderer-block-quote-w.md
Commit message (Collapse)AuthorAgeFilesLines
* md_tw.py: Update TWMarkdown.output_block_quote.rsiddharth2018-04-011-0/+34
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.