Skip to content

Add support for HTML entities #4

@brekk

Description

@brekk

Currently:&ldquot; + &rdquot; are not valid as HTML entities, and are rendered as raw / untransformed text.

However, these should be transformed like regular HTML, using examples like: https://dev.w3.org/html5/html-author/charref

Likely rather than having an explicit lookup, we should support anything which is in the form of: &XXXX; / ģ

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