Closed
Description
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
Labels
No labels