Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Complex types are not escaped #41

@wms

Description

@wms

If I have a complex type like Promise<Object>, it is passed verbatim to the Markdown layer as **Promise.<Object>** - this will be interpreted as an HTML tag <object>, and won't be rendered correctly.

Escaping this opening bracked should solve this (ie, **Promise.\<Object>**)

Fixed by #40

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