!! options parsoid-compatible=wt2html version=2 !! end # Extension tags and strip markers !! test Extension tags in extension content: !! wikitext {{#tag:nowiki|abc}} !! html

abc

!! end !! test Extension tags in extension content:
!! wikitext
{{#tag:pre|abc}}
!! html
abc
!! end !! test Extension tags in extension content: !! wikitext {{#tag:indicator|abc|name=foo}} !! options showindicators !! metadata foo=abc !! html !! end !! test Extension tags in extension attributes:
!! wikitext
{{#tag:pre|content|class=abc}}
!! html
content
!! end !! test Extension tags in extension attributes: !! wikitext {{#tag:indicator|content|name=abc}} !! options showindicators !! metadata ac=content !! html !! end !! test Extension tags in extension attributes: bogus tag name !! wikitext {{#tag:does-not-exist|content|name=abc}} !! html

<does-not-exist name="ac">content</does-not-exist>

!! end !! test Extension tags in extension name !! wikitext {{#tag:noignoredwiki|content}} !! html

content

!! end !! test Doubly-nested tags !! wikitext {{#tag:nowiki|more {{#tag:nowiki|content here}}}} !! html

more content here

!! end