You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just create a simple "presentation" with mermaid div. This renders correctly in VSCode but when exported is not rendered. I might be missing something for sure but I would love to have a way to get it rendered at least in the HTML output from Marp.
Here is an example "presentation"
---
marp: true
---
<div class="mermaid">
flowchart LR
A -->|Yes| B
A -->|No| C
</div>
Expected behavior
The diagram should be rendered in the exported output from Marp
Actual behavior
The diagram is represented as jumbled text.
Additional information
Feel free to ask me anything if I can be of any help.
The text was updated successfully, but these errors were encountered:
Version of Marp Tool
Marp for VS Code v2.2.1
Operating System
macOS
Environment
How to reproduce
Just create a simple "presentation" with mermaid
div
. This renders correctly in VSCode but when exported is not rendered. I might be missing something for sure but I would love to have a way to get it rendered at least in the HTML output from Marp.Here is an example "presentation"
Expected behavior
The diagram should be rendered in the exported output from Marp
Actual behavior
The diagram is represented as jumbled text.
Additional information
Feel free to ask me anything if I can be of any help.
The text was updated successfully, but these errors were encountered: