diff options
| author | John MacFarlane <[email protected]> | 2024-12-07 17:37:36 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-12-07 17:37:36 -0800 |
| commit | 890d7df73203e12c84ac42b703512003784fa272 (patch) | |
| tree | c7abd9829dea01cb21076794291f4ee7fe4514ab | |
| parent | 59d4c5e5f29938eeaddc5138df38880a6c5ae64a (diff) | |
Changelog tweaks.
| -rw-r--r-- | changelog.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/changelog.md b/changelog.md index 2bb683e91..fc0c6b91e 100644 --- a/changelog.md +++ b/changelog.md @@ -124,7 +124,9 @@ give more idiomatic typst output, with fewer unnecessary escapes. - * ANSI writer: respect empty LineBlock lines (Evan Silberman). + * ANSI writer: + + + Respect empty LineBlock lines (Evan Silberman). * JATS writer: @@ -152,9 +154,7 @@ latex template. In a beamer template, the beamer theme-setting code needs to be moved between these two partials. - * ConTeXt template: - - + Ensure that font names don't wrap (#10305). + * ConTeXt template: Ensure that font names don't wrap (#10305). * `epub.css`: remove background-color (#10264, Suraj Patil). With this greyish background color, epubs look bad on a Kindle (#10263). @@ -162,8 +162,11 @@ * Text.Pandoc.ImageSize: add WebP support (Evan Silberman, #10397). Add `Webp` constructor on ImageType [API change]. - * Text.Pandoc.Readers.Roff, new module: Text.Pandoc.Readers.Roff.Escape. - Parameterize Roff escaping (Evan Silberman) [API change]. + * Text.Pandoc.Readers.Roff and a new unexported module + Text.Pandoc.Readers.Roff.Escape: parameterize Roff + escaping (Evan Silberman) [API change]. This allows code to + be reused between the mdoc and man readers, despite the + differing Token types. * Text.Pandoc.PDF: |
