Open
Description
Unless I'm wrong mdsf only supports Markdown fenced block with exactly 3 backticks.
But code can be formatted differently
https://www.markdownguide.org/extended-syntax/#fenced-code-blocks
~~~
can be used
Take a look at this markdown syntax
~~~go
const fooBar = 42
~~~
And how it is rendered
const fooBar = 42
It's not so rare to find some of them in Markdown files.
https://github.com/search?q=%22%7E%7E%7E%22+language%3AMarkdown+&type=code
Activity