Skip to content

PlantUML support for Markdown

Horacio Sanson requested to merge hsanson/gitlab-ce:markdown-plantuml into master

What does this MR do?

Add support for rendering PlantUML diagrams in Markdown documents.

Are there points in the code the reviewer needs to double check?

This MR is a different implementation of MR !8553 (closed). This implementation uses HTML pipeline filter to generate the PlantUML diagrams while MR !8553 (closed) extends Redcarpet gem to do the rendering.

Why was this MR needed?

PlantUML is already supported in Asciidoc so why not Markdown too...

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

MR !8553 (closed) Issue #4048 (closed)

Merge request reports