Open
Description
Steps:
Markdown file code
```plantuml
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
@enduml
Expectation:
Above code renders the sequence diagram
Actual behavior:
Above code render as code block.
Summary: The format of using ```plantuml is in complaint with the default markdown renderer that comes with VSCode. So if this is supported in makrdown-pdf it would be very convenient for users.
Metadata
Metadata
Assignees
Labels
No labels
Activity