From bb09de93520ec43b23b70c99c1f5439a16cb255e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 1 Apr 2018 06:39:37 +0000 Subject: md_tw.py: Update TWMarkdown.output_block_quote. 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. --- tests/data/renderer-fences-w.md | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/renderer-fences-w.md') diff --git a/tests/data/renderer-fences-w.md b/tests/data/renderer-fences-w.md index 5cbb95c..21959ba 100644 --- a/tests/data/renderer-fences-w.md +++ b/tests/data/renderer-fences-w.md @@ -9,4 +9,5 @@ $ rm -rf / > ```bash > $ :(){:|:&};: > ``` +> > For more look at jaramil.dyne.org. He's awesome. -- cgit v1.2.3