Closed ANK-dev closed 2 years ago
As per CommomMark Spec, fenced code blocks can be written using either 3 or more `
or 3 or more ~
. Although the plugin successfully recognized backtick and tilde fenced code blocks, it only applied syntax highlighting for backtick fenced code blocks.
This pull request fixes this behavior, and also allows the code block fences themselves to be of an arbitrary length while maintaining syntax highlighting.
Just merged it. Can you check if it's ok?
EDIT: Just fixed a vint workflow error that I didn't notice.
Thanks for the contribution!
~
fenced code blocks