-
Notifications
You must be signed in to change notification settings - Fork 96
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 renders text with no errors #113
Comments
I am facing the same issue , it worked fine for months and now instead of seeing the diagram, the plain text is shown in the html page. I am using: Extensions Sample from md file :
(closing ``` are also present) |
I just now tried bumping up the versions and it's working again 👍 Now using: So seems like it's an issue in either myst-parser or Sphinx |
have bumped the same versions. Still no change. Is there a way to rebuilt sphinx again. It was working then suddenly stopped rendering during version changes. |
Looks like this fix needs to be merged. |
Still have this problem. |
Same here |
Cannot reproduce |
Running the mermaid extension results in a plain text with no errors during the sphinx-autobuild. Following are the versions I am using
Extensions
In the markdown.
Result in a plain text like this.
sequenceDiagram participant Alice participant Bob Alice->John: Hello John, how are you?
With no errors this is hard to debug. Any pointers here ?
The text was updated successfully, but these errors were encountered: