v1.16.0
markbind-cli
Breaking Changes
#503 Remove CLI commands: render, include (#522)
markbind render <page>
andmarkbind include <page>
prints the final rendered HTML code of<page>
on the console.
markbind serve --one-page <page>
is a superior alternative to the above two commands. It serves the<page>
in a browser, which allows you to not only inspect the HTML code via your browser, but also to view the page from the visitor's point of view through the live preview.Therefore,
markbind render
andmarkbind include
have been removed in this release. Please usemarkbind serve --one-page
.
Enhancements
#497 Support optional includes for page fragments (#517)
Fixes
#515 Allow empty <frontmatter>
tags (#521)
#531 Fix missing anchor icons when anchor in URL does not exist (#552)
Documentation
#318, #367, #371, #419 Restructure user documentation (#518)
README.md: add link to latest website on Netlify (#523)
Fix typos in documentation (#524)