From ec6f949c48323a0bea244b723af547f60e0db33f Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 19 Apr 2026 21:30:32 +0200 Subject: style(ast): split paragraph and content --- example.td | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 example.td (limited to 'example.td') diff --git a/example.td b/example.td new file mode 100644 index 0000000..e4fab16 --- /dev/null +++ b/example.td @@ -0,0 +1,35 @@ +# Title + +A paragraph with *bold elements* and _italic_. +Also supports `code`, math like $2x+3$, and [links](https://anhgelus.world/). + +## Blocks + +Existing blocks: +- unordered list +- with multiple items + +. ordered list +. with multiple items :D + + 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 +``` + +![Alt](/link/to/image) +and it's attribution -- cgit v1.2.3