Skip to content

Commit 5a59aa2

Browse files
committed
chore: update imports and add new dependencies
- Add import for codly-languages:0.1.1 - Add codly(languages: codly-languages) configuration
1 parent 4aa8303 commit 5a59aa2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

main.typ

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#import "@preview/ilm:1.4.0": *
2+
#import "@preview/mannot:0.2.1": *
23

34
#import "@preview/codly:1.2.0": *
4-
#show: codly-init.with()
5-
6-
#import "@preview/mannot:0.2.1": *
5+
#import "@preview/codly-languages:0.1.1": *
6+
#show: codly-init
7+
#codly(languages: codly-languages)
78

89
#import "@preview/fletcher:0.5.4" as fletcher: node
910
#let diagram = fletcher.diagram.with(node-stroke: .1em)

0 commit comments

Comments
 (0)