Version 5.5
See the changelog of this version for a detailed list of changes.5.5.0 (2022-11-06)
Change
-
Change Th' way images be processed has changed. Now images be lazy boarded by default which speeds up plank board on slow networks and/or big planks an' also th' print preview.
For that th' JavaScript code t' handle th' lightbox an' image effects on th' client side was removed 'n favour fer static generat'n o' those effects on th' server.
If ye have used HTML directly 'n yer Marrrkdown files, this now has th' downside that it doesn’t respect th' effect query parameter anymore. In this case ye have t' migrate all yer HTML
img
URLs manually t' th' respective HTML attributes.Old New <img src="pic.png?width=20vw&classes=shadow,border">
<img src="pic.png" style="width:20vw;" class="shadow border">