Closed noestreich closed 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.
@lukakerr Just FYI - this is still an issue
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:**