diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-12 15:29:34 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-12 15:29:34 +0200 |
| commit | a432d44d035508da5e0e67fde2327eaf1a41f382 (patch) | |
| tree | b83b688b39f3ba89a8b332600e660ead75eac8e2 | |
| parent | 927d78e976ddad33e4a568b311e5e4b71678be41 (diff) | |
docs(info): create example
| -rw-r--r-- | example.typd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/example.typd b/example.typd new file mode 100644 index 0000000..e4fab16 --- /dev/null +++ b/example.typd @@ -0,0 +1,35 @@ +# Title + +A paragraph with *bold elements* and _italic_. +Also supports `code`, math like $2x+3$, <ref> and [links](https://anhgelus.world/). + +## Blocks + +Existing blocks: +- unordered list +- with multiple items + +. ordered list +. with multiple items :D + +<ref: Defining footnotes + +> A quote +> yay +with an attribution :D + +::: info +A beautiful callout +::: + +$$$ +forall x in RR, quad x^2 = x times x +$$$ + +And in typst: +```typ +forall x in RR, quad x^2 = x times x +``` + + +and it's attribution |
