gmunguia / markdown-it-plantuml

:herb: :book: plantuml diagrams in your markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export PDF

VerenaHo opened this issue · comments

Wenn using the preview panel you need following tags to see the plantuml

````plantuml
[someNiceUML]

for the PDF export you need
@startuml
[someNiceUML]
@enduml

is there a way to print/see the UML in both not in either the preview or the export

I'm not sure what this "preview panel" is. Maybe related to #12?