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__()`