mikitex70 / plantuml-markdown

PlantUML plugin for Python-Markdown
BSD 2-Clause "Simplified" License
196 stars 55 forks source link

Inconsistency with GitLab #7

Closed emanuelkoczwara closed 7 years ago

emanuelkoczwara commented 7 years ago

Hi,

GitLab supports plantuml out-of-the-box, you need to run plantuml on top of tomcat and then just enable plantuml in GitLab admin page (https://docs.gitlab.com/ee/administration/integration/plantuml.html). The problem is that it can't recognize ::uml:: and ::end-uml::. Support for following syntax would be very nice:

```plantuml
Bob -> Alice : hello
Alice -> Bob : Go Away
```

My markdown documents are parsed both with GitLab and MkDocs (when my CI system generates documentation).

emanuelkoczwara commented 7 years ago

Thanks!