chadbraunduin / markdown.bash

A Markdown interpreter using only traditional Unix tools
182 stars 45 forks source link

Extra linebreaks inside block-level code syntax #5

Closed hmngwy closed 8 years ago

hmngwy commented 8 years ago

Input:

    code block content

Expected output:

<pre><code>code block content</code></pre>

Actual output:

<pre><code>
code block content
</code></pre>
chadbraunduin commented 8 years ago

This issue is now fixed if you pull down the latest.