diff --git a/test/tests/gfm_code.html b/test/tests/gfm_code.html index 6999dd41..872ece77 100644 --- a/test/tests/gfm_code.html +++ b/test/tests/gfm_code.html @@ -5,3 +5,6 @@ console.log(a + ' world');
A longfence!
How about an empty code block?
+How about a code block with only an empty line?
+
+
diff --git a/test/tests/gfm_code.text b/test/tests/gfm_code.text
index 58686780..ca46c1fe 100644
--- a/test/tests/gfm_code.text
+++ b/test/tests/gfm_code.text
@@ -19,3 +19,9 @@ How about an empty code block?
```js
```
+
+How about a code block with only an empty line?
+
+```js
+
+```