yogthos / markdown-clj

Markdown parser in Clojure
Eclipse Public License 1.0
540 stars 120 forks source link

Incorrect evaluation of ``` #166

Closed vganshin closed 4 years ago

vganshin commented 4 years ago

Hi. There is a bug with interpreting multiline code block. Version: 1.10.4

(markdown.core/md-to-html-string "```yaml
list:
- 1
- 2
```"))
output:
<pre><code class="yaml">list:
<ul><li>1- 2
</code></pre></li></ul>
yogthos commented 4 years ago

Hi, thanks for the heads up. Should be fixed in 1.10.5, let me know if it looks good on your end.