Strong text between strong+emphasis text #160
Unanswered
chartinger
asked this question in
Q&A
Replies: 1 comment 4 replies
-
We try to adhere to CommonMark. So pasting this input there: https://spec.commonmark.org/dingus/?text=***foo****bar****baz***. Seems that they yield something different then what micromark does (but it’s not your expected value either). |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I am currently doing experiments with Milkdown which uses remark in the background. When saving strong text inside a string and emphasis text, the resulting markdown cannot be parsed again the same way.
Using the output from Pandoc the resulting html does look different
Testcase:
Output:
So my question is: Is this a bug in the parser or is the markdown not valid according to the specs?
Beta Was this translation helpful? Give feedback.
All reactions