limedocs / limedocs-wiki-converter

Generate HTML & PDF documentation from you Github wiki or any other markdown-based wiki
MIT License
43 stars 65 forks source link

Support for emphasized text less than 3 characters #7

Open PeterTillema opened 6 years ago

PeterTillema commented 6 years ago

Right now, _ab_ outputs literally _ab_ instead of ab, while _abc_ outputs (correctly) abc.

mattallty commented 5 years ago

This seems like a limitation/bug of the marked dependency. https://www.npmjs.com/package/marked

PeterTillema commented 5 years ago

https://marked.js.org/demo/?text=_ab_ this looks fine to me.