https://bugzilla.wikimedia.org/show_bug.cgi?id=64901
--- Comment #1 from [email protected] --- This bug can be reproduced with the following wikitext snippet. Parsoid doesn't wrap foo1 and foo2 in p-tags but (php parser + tidy combo) does. ------- foo1 <blockquote>bar1</blockquote> foo2 <blockquote>bar2</blockquote> ------- That said, this requires some investigation of what is going on since we do have explicit tests with this expectation of paragraph-wrapping behavior. See https://github.com/wikimedia/mediawiki-core/blob/master/tests/parser/parserTests.txt#L1469-L1515 Since the PHP parser passes this test, it is Tidy that is adding the p-wrappers. We are targeting the PHP parser output whereas we should be targeting (PHP parser + Tidy) output. -- 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
