We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plugin does not cover the current spec of Fenced code blocks1
This issue was initially raised and solved by @nolange 23
Supports whitespace after the fence. ex: stuff Support more than 3 ticks or tildes for code blocks, this is still only a part of the variations in the wilds [1] Finds the correct matching ending fence by using identation, this required adding some more groups to the regexp and the option MULTILINE. ex. ```` plantuml stuff containing ``` ```` [1] - https://pandoc.org/MANUAL.html#fenced-code-blocks [..]
Supports whitespace after the fence. ex:
stuff
Support more than 3 ticks or tildes for code blocks, this is still only a part of the variations in the wilds [1]
Finds the correct matching ending fence by using identation, this required adding some more groups to the regexp and the option MULTILINE. ex.
```` plantuml stuff containing ``` ````
[1] - https://pandoc.org/MANUAL.html#fenced-code-blocks
[..]
https://spec.commonmark.org/0.31.2/#fenced-code-blocks ↩ ↩2
support whitespace after fenced block #34 ↩
Improve handling of the fenced code blocks #36 ↩
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
The plugin does not cover the current spec of Fenced code blocks1
Background
This issue was initially raised and solved by @nolange 23
Definition of Done
Footnotes
https://spec.commonmark.org/0.31.2/#fenced-code-blocks ↩ ↩2
support whitespace after fenced block #34 ↩
Improve handling of the fenced code blocks #36 ↩
The text was updated successfully, but these errors were encountered: