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
Please consider adding PlantUML as an option for preview.
Instead of just syntax highlighting the code in the output, when the "language type" is plantuml please render a diagram instead. e.g. the following
plantuml
```plantuml @startuml Bob -> Alice : hello Alice -> Bob : Go Away @enduml
could render
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please consider adding PlantUML as an option for preview.
Instead of just syntax highlighting the code in the output, when the "language type" is
plantuml
please render a diagram instead.e.g. the following
could render
The text was updated successfully, but these errors were encountered: