We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi @gettalong,
are you going to accept a PR which makes it possible to use a dash in the code block language?
~~~ mermaid-graph ~~~
Maybe it's just this line which needs to be changed to
FENCED_CODEBLOCK_MATCH = /^((~){3,})\s*?(\w+-)?\s*?\n(.*?)^\1\2*\s*?\n/m
Hi @gettalong,
are you going to accept a PR which makes it possible to use a dash in the code block language?
Maybe it's just this line which needs to be changed to