Skip to content

HTML entities in inline code spans are not rendered verbatim #94

Description

@bewuethr

Reproducing

Using glow v1.2.1:

glow <(cat <<'EOF'
`>` has to be escaped like `&gt;`.
EOF
)

Expected output

> has to be escaped like &gt;.

Actual output

> has to be escaped like >.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions