gitlab-org--gitlab-foss/config/initializers/plantuml_lexer.rb
Horacio Sanson d9e9ad2211 PlantUML support for Markdown
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:

    ```plantuml
    Bob -> Sara : Hello
    Sara -> Bob : Go away
    ```

Closes: #4048
2017-02-03 08:49:48 +09:00

2 lines
74 B
Ruby

# Touch the lexers so it is registered with Rouge
Rouge::Lexers::Plantuml