yogthos / markdown-clj

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

handle email with underscores so they don't yield <i> tags #142

Closed xfthhxk closed 5 years ago

xfthhxk commented 5 years ago

This fixes #141.
NB. I had to remove the call to rand in the encoder.

yogthos commented 5 years ago

Thanks for putting the pr together, looks great. Just pushed out version 1.0.3 with the fix.

xfthhxk commented 5 years ago

Absolutely. Thank-you for the quick turnaround :)