-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fwd: *emphasis* & **strong** markups not working with symbol chars at the inner closing end #410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That works exactly as defined in commonmark spec, see reference implementation. That's not a bug of this package. It's better ask at commonmark forum about known issues with asian languages group and their plains. As soon as spec will be changed, we will update logic too. But we can not diverge from spec in advance. |
This was referenced Oct 25, 2020
Tentative solution: https://www.npmjs.com/package/markdown-it-cjk-friendly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
(Forwarded from *emphasis* & **strong emphasis** markup not working under certain circumstances · Issue #459 · hackmdio/hackmd)
This issue can be reproduced when:
symbol_character
is not at the end of the markup(symbol_character
can either English or Chinese punctuation character, like colon:: and period.。)AND
demo
The text was updated successfully, but these errors were encountered: