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
The triple-backslash-mermaid syntax works in a README.md file on GitHub (see image below).
```mermaid
Content
``` What is the most convenient and reliable way to add the required braces in the sphinx-build process?
```{mermaid}
Content
```
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
Loading
The text was updated successfully, but these errors were encountered:
cclauss
changed the title
Adding the required braces to triple-backslash-mermaid when sphinx-building gh-pages
Dealing with \\\mermaid vs. \\\{mermaid}Sep 6, 2024
cclauss
changed the title
Dealing with \\\mermaid vs. \\\{mermaid}
Dealing with ``\\\mermaid vs. \\\{mermaid}``
Sep 6, 2024
cclauss
changed the title
Dealing with ``\\\mermaid vs. \\\{mermaid}``
Dealing with \\\\\\\\\mermaid vs. \\\\\\\\\{mermaid}Sep 6, 2024
cclauss
changed the title
Dealing with \\\\\\\\\mermaid vs. \\\\\\\\\{mermaid}
Dealing with mermaid vs. {mermaid}Sep 6, 2024
cclauss
changed the title
Dealing with mermaid vs. {mermaid}
Dealing with triple-backslash-mermaid vs. triple-backslash-{mermaid}Sep 6, 2024
The triple-backslash-mermaid syntax works in a
README.md
file on GitHub (see image below).The text was updated successfully, but these errors were encountered: