If I create a table and fill in a } in one cell, the resulting wiki code is |}. That should be |<nowiki>}</nowiki>
Description
Description
Event Timeline
Comment Actions
This has been fixed since. See test edit on mw.org.
Also, this command-line session:
[subbu@earth:~/work/wmf/parsoid] echo '<table><tr><td>}</td></tr></table>' | php bin/parse.php --html2wt
{|
|<nowiki>}</nowiki>
|}