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
This is not really an issue, but a workaround I would like to share with other users.
This issue has a proposed workaround which requires that I pass the -c option with a config file to mermaid.
In this pandoc filter I did not find a way to pass this option (correct me if I'm wrong), so I found a workaround.
I added the -c option in the mmdc.cmd file directly to pass the CSS:
This is not really an issue, but a workaround I would like to share with other users.
This issue has a proposed workaround which requires that I pass the
-c
option with a config file to mermaid.In this pandoc filter I did not find a way to pass this option (correct me if I'm wrong), so I found a workaround.
I added the
-c
option in themmdc.cmd
file directly to pass the CSS:Where
mermaid-config.json
looks like:Now the charts rendered by this filter show the labels correctly again.
The text was updated successfully, but these errors were encountered: