Does html.Write turn &
into &
?
#199
Unanswered
RalphCorderoy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've started using Hugo and I'm finding an
&
in Markdown content appears unaltered in the HTML whereas I'd expect it to be the entity&
. Is https://github.com/yuin/goldmark/blob/master/renderer/html/html.go#L706 the right place to be expecting to see that conversion? I don't see it there. Guidance welcome. Cheers, Ralph.Beta Was this translation helpful? Give feedback.
All reactions