Skip to content

Do not wish to have HTML escape sequences in the output #38

Open
@arktisvogel

Description

@arktisvogel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions