Details
-
Bug
-
Resolution: Fixed
-
Major
-
5.2-milestone-1
-
None
-
Unit
-
N/A
-
N/A
-
Description
The following example does not output anything:
renderer.render(block, wikiPrinter);
This is because the renderer bufferize until it gets en paragraph event so the block renderer should be sure to force flushing.