Mermaid diagram support
See original GitHub issueI currently use markdown-preview-enhanced
for Atom, but I would love to migrate all my markdown editing to IntelliJ.
It supports:
- Math rendering- KaTeX, MathJax
- Reveal.js presentations
- Mermaid diagrams - http://knsv.github.io/mermaid/#mermaid
Is there a way that this plugin could easily support extensions like Mermaid?
I’m guessing playing with HTML Generation
might work?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:18 (9 by maintainers)
Top Results From Across the Web
Mermaid | Diagramming and charting tool
JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.
Read more >Include diagrams in your Markdown files with Mermaid
Mermaid is a JavaScript based diagramming and charting tool that takes Markdown-inspired text definitions and creates diagrams dynamically ...
Read more >Mermaid - GitHub
Mermaid is a JavaScript-based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams.
Read more >Making Mermaid Diagrams in Markdown - CSS-Tricks
Mermaid diagrams and flowcharts have been gaining traction, especially with GitHub's announcement that they are natively supported in ...
Read more >Mermaid Layouts - GitLab
This page is intended to help out with some advanced layout options for Mermaid diagrams such as creating diagrams that are wider than...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@stefan2, I forgot to mention that you need to enable the GitLab parser option and Fenced Code for math and mermaid blocks. It works with prism and HighlightJS.
@vjpr, it is a conflict between HighlightJS and mermaid. Make sure highlight js and prism are not selected. HighlightJS does syntax highlighting of
<pre><code>
blocks.