Skip to content

Hexadecimal HTML entities are not rendered #712

Closed
@bs-jena

Description

@bs-jena

According to standard Markdown, HTML entities are to be recognized and rendered correctly (https://daringfireball.net/projects/markdown/syntax#autoescape). Up to v2.6.11, Python-Markdown has been able to do so, but with v3 it does not work any longer.

A hex HTML entity is not recognized. The leading ampersand is rendered as "&", and in HTML, the entity consequently reads as the entity itself, like, for example ■ instead of the intended ■.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions