chadbraunduin / markdown.bash

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

The inline code (``) syntax is greedy #4

Closed hmngwy closed 8 years ago

hmngwy commented 8 years ago

Input:

A `line` with two bits of `code` separated with words.

Expected output:

A <code>line</code> with two bits of <code>code</code> separated with words.

Actual output:

A <code>line` with two bits of `code</code> separated with words.
chadbraunduin commented 8 years ago

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