Skip to content

v1.16.0

Compare
Choose a tag to compare
@yamgent yamgent released this 06 Jan 15:11
· 1413 commits to master since this release

markbind-cli

Breaking Changes

#503 Remove CLI commands: render, include (#522)

markbind render <page> and markbind 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 and markbind include have been removed in this release. Please use markbind 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)