how can i render mermaid in slides?
See original GitHub issueI used mermaid in markdown, like:
sequenceDiagram
participant A
participant B
A -> B: test
It can be render well in markdown preview, but it just shown as original code not a diagram in the slides. How can i do to make the presentation support mermaid in markdown?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Presentations with Remark and Mermaid - DZone
So, I started using Remark, a JavaScript library that renders Markdown to HTML, with some tweaks that are specific to slides, and some...
Read more >Mermaid - Google Workspace Marketplace
This is using the mermaidJS 8.5.1 for rendering https://mermaidjs.github.io/ This is ideal for technical documentation, where having up to ...
Read more >Rendering Mermaid Charts - Markdown Monster Documentation
You can embed Mermaid Charts content into a Markdown document in Markdown Monster using either a Mermaid Markdown Code Snippet or using their ......
Read more >Mermaid — Advanced Slides Documentation - GitHub Pages
It's possivle to overload the default mermaid configuration to change the behaviour / layout of the rendered mermaid diagrams. Do do this add...
Read more >How to Create Mermaid Diagrams - YouTube
Giuliana Lucchesi from the GitLab PeopleOps team provides a brief overview of how to create flowcharts, graphs, diagrams, Gantt charts, ...
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
how can we enter newer mermaid diagrams such as https://mermaid-js.github.io/mermaid/#/gantt?id=syntax ?
it doesn’t seem to work
@evilz OK, I got the
jest
tests to pass, but it seems the extension still has thevscode
dependency. Would you agree to migrate it per this explanation?