Skip to content

When ```plantuml header before @startuml is available, markdown PDF render it as code block #389

Open
@bitandbytes

Description

@bitandbytes

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions