Skip to content
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

Bug when parse word with spaces in tags #106

Closed
dixent opened this issue Oct 21, 2019 · 1 comment
Closed

Bug when parse word with spaces in tags #106

dixent opened this issue Oct 21, 2019 · 1 comment

Comments

@dixent
Copy link

dixent commented Oct 21, 2019

Hi, I tryed to parse .md file and parse not correct generate node element. Check screenshots. String '**Tambahkan **' did not parse to strong element because has space at the end of word 'Tambahkan'.
Content:
image
Result:
image

Result: should be strong type of element.
Fix that please.
Thanks:)

@kivikakk
Copy link
Collaborator

Hey there; this is expected behaviour in CommonMark — see the reference CommonMark demo to verify this.

This won't be changed, as it would mean commonmarker is no longer CommonMark-compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants