sprin / markdown-inline-graphviz

Render inline graphs with Markdown and Graphviz
MIT License
34 stars 22 forks source link

{@ to ```graphviz ? #8

Open colinli opened 5 years ago

colinli commented 5 years ago

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

PeterJCLaw commented 5 years ago

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.

cesaremorel commented 5 years ago

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