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