Skip to content

Commit 5bc82eb

Browse files
committed
fix: make code line clips respect ascenders
1 parent aa9f170 commit 5bc82eb

File tree

5 files changed

+228
-118
lines changed

5 files changed

+228
-118
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A Typst library for writing algorithms. On Typst v0.6.0+ you can import the `algo` package:
44

55
```typst
6-
#import "@preview/algo:0.3.2": algo, i, d, comment, code
6+
#import "@preview/algo:0.3.3": algo, i, d, comment, code
77
```
88

99
Otherwise, add the `algo.typ` file to your project and import it as normal:

0 commit comments

Comments
 (0)