d9e9ad2211
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048
2 lines
74 B
Ruby
2 lines
74 B
Ruby
# Touch the lexers so it is registered with Rouge
|
|
Rouge::Lexers::Plantuml
|