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
However writing those diagrams in Github wiki, does not get rendered. See this example.
Imho, the documentation should clearly state, where this feature is available and where not.
(Why this is the case would be nice to know, but is not essential.)
Additional information
It seems as that it depends, where the syntax is used. Eg. in this fields it is rendered correctly.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams
What part(s) of the article would you like to see updated?
The usual Github text input boxes hold a reference to the basic writing and formatting syntax. Next to this item you can find the section Working with advanced formatting. Within this section a documentation of writing Mermaid diagrams can be found.
However writing those diagrams in Github wiki, does not get rendered. See this example.
Imho, the documentation should clearly state, where this feature is available and where not.
(Why this is the case would be nice to know, but is not essential.)
Additional information
It seems as that it depends, where the syntax is used. Eg. in this fields it is rendered correctly.
graph TD; A-->B; A-->C; B-->D; C-->D;