Markdown input: ``` <pre> <code> (def newline-should-start :here) </code> </pre> ``` Expected output (should work the same as a markdown code-block literal): `"<pre><code>(def newline-should-start\n :here)</code></pre>"` Actual output: `"<pre> <code> (def newline-should-start :here) </code> </pre>"`
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by kimo-k and has received 3 comments.