Page MenuHomePhabricator

{{[[a]]}} is not parsed correctly
Closed, ResolvedPublic

Description

PHP parser ignores the template braces (output literally) but Parsoid ignores the link brackets (treat a whole input as a template call).


Version: unspecified
Severity: normal

Details

Reference
bz42773

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:52 AM
bzimport added a project: Parsoid.
bzimport set Reference to bz42773.

This was pretty much fixed a while ago, although the output is still protected from editing (marked as template output). We can easily disable the protection, but the problem then is that the braces will be nowiki-escaped on the way back to wikitext. Normally not a semantic diff (just makes it more explicit), but can still introduce noise in the diff. Which would you prefer for now?