https://bugzilla.wikimedia.org/show_bug.cgi?id=15491

--- Comment #7 from C. Scott Ananian <canan...@wikimedia.org> ---
I checked this out.  The wikitext:

<blockquote>Foo <del>bar</del> <ins>baz</ins> quux</blockquote>

does indeed get rendered as:

<blockquote>
<p>Foo</p>
<del>bar</del> <ins>baz</ins> quux</blockquote>

but it's not the parser's fault: it's tidy which is adding the <p> tags.  In
particular, the 'enclose-block-text' option in includes/tidy.conf.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to