Skip to content

v1.4.1

Choose a tag to compare

@dragonofmercy dragonofmercy released this 04 Jun 05:25
· 311 commits to main since this release

Fixed

  • Page::markdown() and Page::table() now advance the cursor below the rendered block by default ($ln defaults to NextPosition::BELOW), so consecutive flowing calls stack down the page instead of overwriting each other. Pass ln: NextPosition::NONE to keep the previous behaviour. (fc55e26)