Breaking Changes
-
With v1.6.0, Quarkdown becomes package-manager-friendly. It will no longer download Puppeteer on its own and, instead, it requires its availability in advance. See PDF export for further information.
Manual installation becomes more complex, hence installing Quarkdown via package managers or install scripts is now the suggested and trivial way to use the software. You can find more information in the Installation section of the README.
-
The standard extension has been changed from
.qmd
to.qd
because of conflicts with Quarto. It's not a breaking change per se, but please make sure you adopt the correct extension especially if your project is public.
What's Changed
- refactor: migration to Sass by @iamgio in #91
- Add chinese translations by @heerheer in #92
- feat: add page content borders by @iamgio in #95
- perf: add full package manager support by @iamgio in #101
- chore: change extension from
.qmd
to.qd
by @iamgio in #90
New Contributors
Full Changelog: v1.5.1...v1.6.0