Skip to content

Angle brackets <> aren't escaped. #99

@AnyOldName3

Description

@AnyOldName3
>>> markdownify('text&lt;text&gt;')                              
'text<text>'

In at least some flavours of Markdown, this would need to be text\<text\> instead. As an example, GitHub-flavoured Markdown gives

text

and

text<text>

without and with backslashes respectively.

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