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
I'm trying to use MyST + sphinx + plantuml and keeping plantuml on markdown format (so it renders nicely in VSCODE, Gitea, etc) , e.g.
```plantuml
@startuml
Alice -> Bob: Hello
Bob --> Alice: Hello
@enduml
```
However, that will not work, it will just render it as a normal code block.
Using {eval-rst} as below, it will work just fine (but it not render in VSCODE, Gitea, etc )
```{eval-rst}
.. uml::
@startuml
Alice -> Bob: Hello
Bob --> Alice: Hello
@enduml
```
Am I doing something wrong or is this simple not supported to have plantuml on markdown format in MyST?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use MyST + sphinx + plantuml and keeping plantuml on markdown format (so it renders nicely in VSCODE, Gitea, etc) , e.g.
However, that will not work, it will just render it as a normal code block.
Using {eval-rst} as below, it will work just fine (but it not render in VSCODE, Gitea, etc )
Am I doing something wrong or is this simple not supported to have plantuml on markdown format in MyST?
Cheers and thanks
/Marten
Beta Was this translation helpful? Give feedback.
All reactions