-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mermaid (gatsby-remark) doesn't seem to work #50
Comments
Hi @wserr - You don't need to use Here's a sample config that you can try:
|
I modified the gatsby-config.js as you stated. I then tried to add a mermaid graph to a page. When I try this, I get the following error when loading this page:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am trying to use Mermaid to make graphs in my markdown files. I followed the instructions on the gatsby plugin site but it doesn't seem to work.
I tried to add the following to a markdown page:
But I didn't get the graph in my page. I only got a codeblock with the text in it.
I suspect I did something wrong in the
gatsby.config.js
but I can't put my finger on it.Could you help me?
The text was updated successfully, but these errors were encountered: