Commit 4d2f8a2e0b9635f206784d1bc3e17eef16f0ee5f

Martin Mitas 2024-01-08T19:35:53

Add test for issue #201. Seems the issue got fixed by combination of previous commits. Fixes #201.

diff --git a/test/coverage.txt b/test/coverage.txt
index 107d48d..746f6cf 100644
--- a/test/coverage.txt
+++ b/test/coverage.txt
@@ -355,6 +355,19 @@ bar
 ````````````````````````````````
 
 
+### [Issue 201](https://github.com/mity/md4c/issues/201)
+
+```````````````````````````````` example
+foo
+    ```
+    bar
+    ```
+.
+<p>foo
+<code>bar</code></p>
+````````````````````````````````
+
+
 ## Code coverage
 
 ### `md_is_unicode_whitespace__()`