Skip to content

non-escaping of (raw) attribute values not supported #43

@loveencounterflow

Description

@loveencounterflow

using raw 'ꯍ', i can cause a character entity to appear in the output, but when i use raw with an attribute, the value's representation will land outside of the tag (and only the attribute name, not its value is printed).

i think it would be most intuitive to make it so that T.div 'x-foo': '&#xabcd;' renders as <div x-foo="&#xabcd;"></div>.

are there any workarounds?

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