summaryrefslogtreecommitdiff
path: root/docs/changelog
diff options
context:
space:
mode:
authorMalo <57839069+MDLC01@users.noreply.github.com>2025-02-06 11:18:10 +0100
committerGitHub <noreply@github.com>2025-02-06 10:18:10 +0000
commitca702c7f82ef8e027e559228dc9c469e1a65ac6f (patch)
tree7644023bf512d4f7e36c94eb877d6d9543b41d13 /docs/changelog
parentd897ab5e7d2e941494df8ba137a1f92f8aada03a (diff)
Documentation fixes and improvements (#5816)
Diffstat (limited to 'docs/changelog')
-rw-r--r--docs/changelog/0.13.0.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog/0.13.0.md b/docs/changelog/0.13.0.md
index 50819f65..4e4dd0c2 100644
--- a/docs/changelog/0.13.0.md
+++ b/docs/changelog/0.13.0.md
@@ -16,7 +16,7 @@ description: Changes slated to appear in Typst 0.13.0
- The `image` function now supports raw [pixel raster formats]($image.format)
for generating images from within Typst
- Functions that accept [file paths]($syntax/#paths) now also accept raw
- [bytes] instead, for full flexibility
+ [bytes], for full flexibility
- WebAssembly [plugins]($plugin) are more flexible and automatically run
multi-threaded
- Fixed a long-standing bug where single-letter strings in math (`[$"a"$]`)
@@ -155,7 +155,7 @@ description: Changes slated to appear in Typst 0.13.0
- Fixed multi-line annotations (e.g. overbrace) changing the math baseline
- Fixed merging of attachments when the base is a nested equation
- Fixed resolving of contextual (em-based) text sizes within math
-- Fixed spacing around ⊥
+- Fixed spacing around up tacks (⊥)
## Bibliography
- Prose and author-only citations now use editor names if the author names are
@@ -229,7 +229,7 @@ description: Changes slated to appear in Typst 0.13.0
- A shebang `#!` at the very start of a file is now ignored
## PDF export
-- Added `pdf.embed` function for embedding arbitrary files in the exported PDF
+- Added [`pdf.embed`] function for embedding arbitrary files in the exported PDF
- Added support for PDF/A-3b export
- The PDF timestamp will now contain the timezone by default