Skip to content
  • Horacio Sanson's avatar
    PlantUML support for Markdown · 5080ca9139c9
    Horacio Sanson authored
    Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:
    
        ```plantuml
        Bob -> Sara : Hello
        Sara -> Bob : Go away
        ```
    
    Closes: #4048
    5080ca9139c9