Open
Description
I do not wish to have HTML escape sequences in my output. To achieve my goal, I commented out the following lines in the file "renderer.lua":
if escape then
return string_gsub(str, '[&<>"\'/]', function(s) return html_escape_characters[s] end)
end
If you have a more elegant way to achieve my goal, let me know.
Metadata
Metadata
Assignees
Labels
No labels