nuex / zodiac

A static website generator written in awk and sh.
MIT License
237 stars 22 forks source link

find location for emph closing tag #11

Open mhekeler opened 6 years ago

mhekeler commented 6 years ago

The code in markdown.awk didn´t find the second correct location where to place </emph>

With this fix: **foo** bar

will be:

<emph>foo</emph> bar