Releases: iamgio/quarkdown
v1.6.3
What's Changed
- fix(postrenderer): fix overridden line height and letter spacing not being applied to tight list items by @iamgio in #138
- feat(postrenderer): derive list margins and spacing from paragraph spacing (
.paragraphstyle spacing:{x}) by @iamgio in #139 - fix(mermaid): improve Mermaid diagrams auto-scaling by @iamgio in #141
- feat: apply indentation to lists in Chinese documents by @iamgio in #140
- fix(postrenderer): fix table of contents sometimes overflowing the paged content area by @iamgio in #142
Full Changelog: v1.6.2...v1.6.3
Sponsors
v1.6.2
What's Changed
- fix: excessive justification in lists spanning over different pages by @iamgio in #125
- feat: Chinese font by @iamgio in #127
- feat: Chinese-specific paragraph style by @iamgio in #129
- fix(theme): wrong code span size by @iamgio in #130
Full Changelog: v1.6.1...v1.6.2
Sponsors
Shoutout to our new sponsor: @imogenxingren. Thank you for your contribution!
v1.6.1
What's Changed
- fix(wrapper): Output variable name instead of value by @alerque in #103
- chore(cli): make
calias forcompileby @iamgio in #110 - fix(html): accept non-ascii characters in IDs (fixes wrong page index in ToC when non-ascii headings are present) by @iamgio in #113
- feat(cli): add
--out-nameby @iamgio in #111 - fix(i18n): fix Japanese translations by @sanoakr in #117
- perf(lexer): optimize regex caching, with up to 50% speed up by @iamgio in #118
New Contributors
Full Changelog: v1.6.0...v1.6.1
Sponsors
v1.6.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
.qmdto.qdbecause 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
.qmdto.qdby @iamgio in #90
New Contributors
Full Changelog: v1.5.1...v1.6.0
Sponsors
v1.5.1
v1.5.0
What's Changed
- Add japanese translations by @Lemon73-Computing in #67
- Set paperwhite theme's background color to pure white by @iamgio in #73
- feat: let paged documents generate single-page PDFs by @iamgio in #75
- feat: bibliography by @iamgio in #83
New Contributors
- @Lemon73-Computing made their first contribution in #67
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Sponsors
Shoutout to our new sponsor: @Pallandos. Thank you for your contribution!
What's Changed
- Add german localization by @ghp-dev in #47
- fix: add ParameterAlreadyBoundException by @iamgio in #57
- feat: add letter spacing to
.paragraphstyleby @iamgio in #62 - fix: improve Mermaid diagram scaling by @iamgio in #65
- feat(quarkdoc): show additional function metadata by @iamgio in #66
New Contributors
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- Fix horizontal rules being interpreted as table headers
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
What's Changed
Full Changelog: v1.3.0...v1.3.1