-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
70 changed files
with
36,556 additions
and
34,942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
#{ | ||
// render_code | ||
context grid( | ||
columns: 2, | ||
align: center, | ||
row-gutter: .5em, | ||
column-gutter: .5em, | ||
grid.header([`copyable: false`], [`copyable: true`]), | ||
image("assets/copyable-false.png"), image("assets/copyable-true.png"), | ||
context preview(````typ | ||
#zebraw( | ||
lang: strong[Typst], | ||
```typst | ||
#grid( | ||
columns: (1fr, 1fr), | ||
[Hello], [world!], | ||
) | ||
``` | ||
) | ||
````) | ||
} |
Oops, something went wrong.