We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GitHub renders diagrams from Mermaid code that is included in Markdown (see GitHub docs). For instance these lines
https://github.com/containers/podman/blob/287a4193e70301a63908ca8529eb10c39265ee24/docs/tutorials/socket_activation.md?plain=1#L20-L24
are rendered as
stateDiagram-v2 [*] --> systemd: first client connects systemd --> podman: socket inherited via fork/exec
when viewed in the Podman socket activation tutorial located at GitHub https://github.com/containers/podman/blob/main/docs/tutorials/socket_activation.md
The same Mermaid diagram is not rendered at the web page https://podman.io/docs/tutorials/socket_activation instead the Mermaid code is displayed.
I found a web page in the Docusaurus docs about Mermaid support https://docusaurus.io/docs/markdown-features/diagrams
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GitHub renders diagrams from Mermaid code that is included in Markdown (see GitHub docs).
For instance these lines
https://github.com/containers/podman/blob/287a4193e70301a63908ca8529eb10c39265ee24/docs/tutorials/socket_activation.md?plain=1#L20-L24
are rendered as
when viewed in the Podman socket activation tutorial located at GitHub
https://github.com/containers/podman/blob/main/docs/tutorials/socket_activation.md
The same Mermaid diagram is not rendered at the web page
https://podman.io/docs/tutorials/socket_activation
instead the Mermaid code is displayed.
I found a web page in the Docusaurus docs about Mermaid support
https://docusaurus.io/docs/markdown-features/diagrams
The text was updated successfully, but these errors were encountered: