The Markdown stdlib module has htmlesc which you can use for this
julia> using Markdown
julia> Markdown.htmlesc("<pre>{}</pre>")
"<pre>{}</pre>"
The Markdown stdlib module has htmlesc which you can use for this
julia> using Markdown
julia> Markdown.htmlesc("<pre>{}</pre>")
"<pre>{}</pre>"