Skip to content

Support namespaces in tag names #341

Closed
@ioquatix

Description

@ioquatix

It can be useful to embed tags with namespaces and have them pass through correctly.

Some parsers already support this:

irb(main):002:0> Kramdown::Document.new("<foo:bar>\nbaz\n</foo:bar>").to_html
=> "<foo:bar>\nbaz\n</foo:bar>\n"

Tag names and attribute names should be allowed to contain :.

Further discussion:

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