Skip to content

Releases: iamgio/quarkdown

v1.6.3

09 Jul 23:40
d1bc957

Choose a tag to compare

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

Falconer

v1.6.2

04 Jul 22:14
dbc86be

Choose a tag to compare

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!

Falconer

v1.6.1

27 Jun 10:52
bbabc75

Choose a tag to compare

What's Changed

  • fix(wrapper): Output variable name instead of value by @alerque in #103
  • chore(cli): make c alias for compile by @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-name by @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

Falconer

v1.6.0

23 Jun 11:11

Choose a tag to compare

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

New Contributors

Full Changelog: v1.5.1...v1.6.0

Sponsors

Falconer

v1.5.1

15 Jun 12:17
604780f

Choose a tag to compare

What's Changed

  • fix: prevent PDF timeout caused by ToC + ID beginning by number by @iamgio in #88
  • fix: force code text alignment to start and avoid page breaks in boxes by @iamgio in #89

Full Changelog: v1.5.0...v1.5.1

v1.5.0

14 Jun 10:55
3052a0c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

08 Jun 09:38
faf9d27

Choose a tag to compare

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 .paragraphstyle by @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

04 Jun 11:20

Choose a tag to compare

What's Changed

  • Fix horizontal rules being interpreted as table headers

Full Changelog: v1.3.2...v1.3.3

v1.3.2

04 Jun 10:48
6c7bdb1

Choose a tag to compare

What's Changed

  • docs(README.md): fix typo typetting -> typesetting in README.md by @cxzlw in #45
  • Fix StackOverflowError on table lexing by @iamgio in #46

New Contributors

  • @cxzlw made their first contribution in #45

Full Changelog: v1.3.1...v1.3.2

v1.3.1

03 Jun 14:01
59dd61a

Choose a tag to compare

What's Changed

  • Fix StackOverflowError on long code block by @iamgio in #33

Full Changelog: v1.3.0...v1.3.1