Skip to content

Using “markdown-pdf: Export (html)” causes errors when Mermaid syntax contains <. #414

@yukkes

Description

@yukkes

Using the Marmaid syntax with < will cause a syntax error. Replacing < with &lt; will resolve the error.

  • NG) DataGet-->>-ProxyClass: Map<String, Object> eventData
  • OK) DataGet-->>-ProxyClass: Map&lt;String, Object> eventData
Image

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