Open GoogleCodeExporter opened 9 years ago
i think the problem is that when parsing quot(), empty lines
are not flushed via sendOnEmptyLinesEvent before fContext.beginQuot
is called.
they are flushed later when parsing line() (i.e. quot->quotLine->line)
which confuses the InternalWikiScannerContext.
i attached a patch which solves the problem for me, but also changes the
way quote-lines are "grouped" to quotes.
Original comment by robert.f...@gmail.com
on 11 Jan 2011 at 12:51
Attachments:
Original comment by thomas.m...@gmail.com
on 11 Jul 2011 at 9:12
Original issue reported on code.google.com by
robert.f...@gmail.com
on 11 Jan 2011 at 12:32