From 14f8ff52e19ff229e1c11fe70eac9de2dade7c12 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sat, 2 Feb 2019 23:37:23 +0000 Subject: [PATCH] Test continuation of indented code blocks --- tests/data/code_block.html | 7 ++++++- tests/data/code_block.md | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/tests/data/code_block.html b/tests/data/code_block.html index d7ee39c..7496f14 100644 --- a/tests/data/code_block.html +++ b/tests/data/code_block.html @@ -21,4 +21,9 @@ bar
  bar
 
- \ No newline at end of file + +
+
code
+more code
+
+

not quite enough indentation

\ No newline at end of file diff --git a/tests/data/code_block.md b/tests/data/code_block.md index 44e0089..7ce9db1 100644 --- a/tests/data/code_block.md +++ b/tests/data/code_block.md @@ -20,4 +20,10 @@ - foo - bar \ No newline at end of file + bar + +--- + + code + more code + not quite enough indentation \ No newline at end of file