Fix TT handling inside BLOCKQUOTE blocks (wikitext, 52ad5ee)

This was a corner case which was failing: a BLOCKQUOTE block with some text on one line (which starts a nested P block) followed by a new line (the P block continues) with a TT span.

We fix this by cleaning up the handling of excess element popping.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Get integration specs passing (fix OL/UL nesting in BLOCKQUOTE) (wikitext, ae0ffab)
Remove special case for PRE in the "pop excess elements" function (wikitext, 504bb6e) →

All snippets