charmbracelet/glamour

HTML entities in inline code spans are not rendered verbatim

Opened this issue · 0 comments

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