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
Commonmark allows code fences to have more than three backquotes or tildes, and to be prefixed by up to three spaces. While mdsh should still only respond to unindented blocks with exactly 3 backquotes, it should parse other types of code fences, ignoring triple-backquote lines inside them, and not be fooled by false block endings.
In other words, the parser should recognize and parse all types of Commonmark fenced code blocks, even if it only compiles the unindented triple-backquoted ones. (And whitespace at the start of the language tag should be stripped.)
The text was updated successfully, but these errors were encountered:
Commonmark allows code fences to have more than three backquotes or tildes, and to be prefixed by up to three spaces. While mdsh should still only respond to unindented blocks with exactly 3 backquotes, it should parse other types of code fences, ignoring triple-backquote lines inside them, and not be fooled by false block endings.
In other words, the parser should recognize and parse all types of Commonmark fenced code blocks, even if it only compiles the unindented triple-backquoted ones. (And whitespace at the start of the language tag should be stripped.)
The text was updated successfully, but these errors were encountered: