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
When clicking edit (split screen mode) the following PlantUML syntax leads to a rendered PlantUML diagram:
edit
```uml @startuml Bob -> Alice : hello @enduml ```
However, after saving (in read view) the following is rendered
If using the syntax without fenced code blocks:
@startuml Bob -> Alice : hello @enduml
it is the other way round: No rendered image in live preview but a properly rendered image in read view.
The most intuitive solution from a user perspective would be to support both syntaxes in both views, i.e.
```uml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When clicking
edit
(split screen mode) the following PlantUML syntax leads to a rendered PlantUML diagram:However, after saving (in read view) the following is rendered
If using the syntax without fenced code blocks:
it is the other way round: No rendered image in live preview but a properly rendered image in read view.
The most intuitive solution from a user perspective would be to support both syntaxes in both views, i.e.
```uml
in bothThe text was updated successfully, but these errors were encountered: