-
Notifications
You must be signed in to change notification settings - Fork 20
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
2 changed files
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: New snippet | ||
about: Add new snippet to the book | ||
title: "[Snippet(s) name here]" | ||
labels: new snippet | ||
assignees: sitandr | ||
|
||
--- | ||
|
||
**Location**: [where in the book should be snippet located] | ||
|
||
**Importance**: [why should it be in the book] | ||
|
||
**Snippet**: | ||
```typ | ||
[The code there] | ||
``` | ||
|
||
<!-- If possible, attach rendered image from snippet, plese. --> |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Typst Examples Book | ||
|
||
See the book there: https://sitandr.github.io/typst-examples-book/book/ | ||
|
||
## Highlight&rendering | ||
|
||
Currently powered by https://github.com/sitandr/mdbook-typst-highlight. | ||
|
||
## Contributing | ||
|
||
If you have a snippet you want to have in a book, feel free to create an issue. | ||
|
||
Any PR-s are very welcome! |