Skip to content

Strings in HTML must be sanitized #3

@letil

Description

@letil

The \ns in multiline texts in html need to be replaced with \\n

<div>
  Hello
  World
</div>

generates

  tdiv:
    text "Hello
  World"

but expected

  tdiv:
    text "Hello\nWorld"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions