* Explicitly set wrapSections to true. This has have no significant impact since it defaults to true within Parsoid. * 'pageName' and 'prefix' removed from ParsoidOutputAccess since they are not needed / used in Parsoid. * 'logLinterData' need to be set in the ParserOutputAccess paths. * A bunch of documentation FIXMEs as I was digging through the code. * Record a FIXME that ParsoidOutputAccess and ParsoidParser (which is used in the ParserOutputAccess use page) differ in how they handle the language value (whether the default value of the title / page or the pageLanguageOverride from the REST API). ParsoidParser computes a preferred variant whereas ParsoidOutputAccess right now does NOT do that. So, as part of the switchover to ParserOutputAccess, we will need to set disableContentConversion in ParserOptions. That will happen in a later patch. Bug: T332931 Change-Id: I7326ae3452a7d496a57f5c4ff2ddeaf0daa7ab70 |
||
|---|---|---|
| .. | ||
| HtmlInputTransformHelper.php | ||
| HtmlMessageOutputHelper.php | ||
| HtmlOutputHelper.php | ||
| HtmlOutputRendererHelper.php | ||
| PageContentHelper.php | ||
| PageRedirectHelper.php | ||
| PageRestHelperFactory.php | ||
| ParsoidFormatHelper.php | ||
| RevisionContentHelper.php | ||