-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
We have been having a lot of trouble at the intersection of Quarto/Mermaid/Typst recently, getting errors during quarto render that sometimes even say "This is a known bug with Quarto".
We have remediated this by pre-rendering all mermaid diagrams from .mmd files to .png files, and then simply linking to the .png files as figures in the associated .qmd file.
Let's restructure this repository to accomplish the following:
- Create a
mmd/directory for storing.mmdfiles - Update the Dev Container specification and add necessary json configuration files
- Create a bash file for mermaid-cli to render the
.mmdfiles to.pngfiles stores in a git-ignoredwww/directory - Update
_quarto.qmlwith apre-renderoption to run the bash script before rendering the.qmdfile(s) - Remove mermaid chunks from
.qmdfile(s) and replace them with markdown-style figure references
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels