Allow mermaid markdown format for non-gfm markdown #12429
jpfeuffer
started this conversation in
Feature Requests
Replies: 1 comment 11 replies
-
If you don't want the Mermaid code to be evaluated by Quarto why are you using a code cell? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Please allow it here:
quarto-cli/src/core/handlers/mermaid.ts
Line 68 in bc45896
I want to keep the markdown "::::" blocks for code, outputs etc. but do NOT want to resort to png for mermaid.
SVG would be a (suboptimal) alternative option but it is broken for markdown format (see below).
By the way:
It is only recognized as a top-level yaml config for me:
QMD:
Command:
quarto render --to=markdown-simple_tables
Output:
Beta Was this translation helpful? Give feedback.
All reactions