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

Three not continiuing asterisks breaks parsing #110

Open
AlexanderLohmeyer opened this issue Sep 21, 2021 · 0 comments
Open

Three not continiuing asterisks breaks parsing #110

AlexanderLohmeyer opened this issue Sep 21, 2021 · 0 comments

Comments

@AlexanderLohmeyer
Copy link

Hey,
the following String does not get parsed correctly:
***Test1* Test2 *Test3*** leads to a non-correct parsing result.

Its supposed to parse everything bold and Test1 + Test3 italic. But the output is everything Italic and nothing bold (instead the asterisks gets rendered).

CommonMark Demo

It also works fine when I use Underline instead of asterisk when mark words as italic.

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

1 participant