Merge "Set hasWikitextInput flag to false"

This commit is contained in:
jenkins-bot 2023-10-03 20:59:13 +00:00 committed by Gerrit Code Review
commit 36988ac086

View file

@ -20,7 +20,8 @@ class ParsoidExt implements ExtensionModule {
// Strip nowiki markers from #tag parser-function arguments.
// This will be used to resolve T299103.
// This is primarily a b/c flag in Parsoid.
'stripNowiki' => true
'stripNowiki' => true,
'hasWikitextInput' => false,
]
],
[
@ -30,7 +31,8 @@ class ParsoidExt implements ExtensionModule {
// Strip nowiki markers from #tag parser-function arguments.
// This will be used to resolve T299103.
// This is primarily a b/c flag in Parsoid.
'stripNowiki' => true
'stripNowiki' => true,
'hasWikitextInput' => false,
]
]
]