Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
quarkdown.zip | 2025-06-23 | 23.3 MB | |
README.md | 2025-06-23 | 1.7 kB | |
v1.6.0 source code.tar.gz | 2025-06-23 | 966.8 kB | |
v1.6.0 source code.zip | 2025-06-23 | 1.4 MB | |
Totals: 4 Items | 25.6 MB | 0 |
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 https://github.com/iamgio/quarkdown/pull/91
- Add chinese translations by @heerheer in https://github.com/iamgio/quarkdown/pull/92
- feat: add page content borders by @iamgio in https://github.com/iamgio/quarkdown/pull/95
- perf: add full package manager support by @iamgio in https://github.com/iamgio/quarkdown/pull/101
- chore: change extension from
.qmd
to.qd
by @iamgio in https://github.com/iamgio/quarkdown/pull/90
New Contributors
- @heerheer made their first contribution in https://github.com/iamgio/quarkdown/pull/92
Full Changelog: https://github.com/iamgio/quarkdown/compare/v1.5.1...v1.6.0