You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is whitespace in the info string of a fenced code block, like so:
```html foo
...the block is not parsed as a code block. It appears to be rendered as a paragraph:
<p>```html foo</p>
To Reproduce
Steps to reproduce the behavior:
Add a whitespace character in the info string of a fenced code block.
Render with the default renderer.
Expected behavior
When there is whitespace in the info string, GFM appears to use the first word as the language and ignore the rest. (As demonstrated here) I would expect Marked to do the same by default and pass the entire info string to a custom renderer.
Thank you! 👋
The text was updated successfully, but these errors were encountered:
Describe the bug
When there is whitespace in the info string of a fenced code block, like so:
...the block is not parsed as a code block. It appears to be rendered as a paragraph:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When there is whitespace in the info string, GFM appears to use the first word as the language and ignore the rest. (As demonstrated here) I would expect Marked to do the same by default and pass the entire info string to a custom renderer.
Thank you! 👋
The text was updated successfully, but these errors were encountered: