A docsify plugin to render DOT graphs using Graphviz.
npm install docsify-graphvizdocsify-graphviz is a docsify plugin to render DOT graphs using Graphviz, which is vendored by hpcc-js/wasm using Web-Assembly.
Add hpcc-js and this plugin in your index.html:
``html`
Now you can include Graphviz diagrams in your markdown files:
`graphviz``
digraph {
A -> B
}
- [x] Render DOT graphs in code blocks.
- [ ] Render DOT files by URL