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
Hello, when I tried demo-mermaid/mermaid.md, I found that the mermaid diagram is not rendered, only the diagram code is displayed. looking at the built mermaid.html file, I see that the mermaid.min.js file is missing.
Found out that it seems to be a problem with the template file node_modules/reveal-md/lib/template/reveal.html configuration. but I don't know how to fix it.
In actuality, the mermaid.min.js path is configured in the template file, but the build does not copy this file to the build directory, what do I have to do to fix this?
In addition, if you want to modify the default reveal.html file, then configure the search.js into it, I see that the project has built-in search.js, but it is not configured into the template reveal.html.
The text was updated successfully, but these errors were encountered:
Hello, when I tried
demo-mermaid/mermaid.md
, I found that the mermaid diagram is not rendered, only the diagram code is displayed. looking at the builtmermaid.html
file, I see that themermaid.min.js
file is missing.Found out that it seems to be a problem with the template file
node_modules/reveal-md/lib/template/reveal.html
configuration. but I don't know how to fix it.In actuality, the mermaid.min.js path is configured in the template file, but the build does not copy this file to the build directory, what do I have to do to fix this?
In addition, if you want to modify the default
reveal.html
file, then configure thesearch.js
into it, I see that the project has built-in search.js, but it is not configured into the template reveal.html.The text was updated successfully, but these errors were encountered: