markdown-inline-graphviz icon indicating copy to clipboard operation
markdown-inline-graphviz copied to clipboard

{@ to ```graphviz ?

Open colinli opened this issue 6 years ago • 2 comments

In markdown, the content like "#" also rendering in {@ quote. Is that possible to change the quote from {@ to ```graphviz, this will bring convenience in live previewing with this extensions https://marketplace.visualstudio.com/items?itemName=geeklearningio.graphviz-markdown-preview
image

colinli avatar Dec 01 '18 08:12 colinli

A change such as this, or possibly allowing a number of different styles, would avoid conflicts with Jinja 2, which treats {% as a special block. Jinja 2 is pulled in by the markdownextra plugin to mkdocs and seems to run before the markdown extensions.

PeterJCLaw avatar Apr 28 '19 19:04 PeterJCLaw

Hi, I've workin on this to my proyects. You can check the progress here.

cesaremorel avatar Jul 11 '19 18:07 cesaremorel