https://bugzilla.wikimedia.org/show_bug.cgi?id=57469

       Web browser: ---
            Bug ID: 57469
           Summary: <ref>, <syntaxhighlight> and other (all?) extension
                    tags are not escaped by Parsoid.
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: serializer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Input HTML

  <p>Foo<ref>Bar</ref>Baz</p>

Expected wikitext

  Foo<nowiki><ref>Bar</ref></nowiki>Baz

Actual wikitext

  Foo<ref>Bar</ref>Baz

This is rather problematic if a user is documenting MediaWiki operations. :-(

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to