v1.4.1
Fixed
Page::markdown()andPage::table()now advance the cursor below the rendered block by default ($lndefaults toNextPosition::BELOW), so consecutive flowing calls stack down the page instead of overwriting each other. Passln: NextPosition::NONEto keep the previous behaviour. (fc55e26)