lukakerr / Pine

A modern, native macOS markdown editor
https://lukakerr.github.io/Pine
Other
3.34k stars 168 forks source link

Colon disables some Markdown-Formatting #59

Closed noestreich closed 5 years ago

noestreich commented 5 years ago

Some Markdown-Formatting like bold and italic gets disabled if a colon is within the asterisks:

This: **i am a test** produces: i am a test but This: **i am a test:** just produces: **i am a test:**

Bildschirmfoto 2019-05-03 um 07 49 34
lukakerr commented 5 years ago

This was a bug in the GitHub emoji handling and is fixed in https://github.com/lukakerr/cmark-gfm-swift/commit/64a89d99aba5526ce9a2787dacae1e4ff68130cd. It will be included in the next release.

kerryj89 commented 1 year ago

@lukakerr Just FYI - this is still an issue