mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-11-04 13:19:36 +00:00
Add some test files.
This commit is contained in:
parent
473563756d
commit
815a4fea7b
5
test-files/hello-world-template.typ
Normal file
5
test-files/hello-world-template.typ
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#let template() = {
|
||||||
|
set page(width: auto, height: auto, margin: 5mm)
|
||||||
|
|
||||||
|
heading("Hello World!")
|
||||||
|
}
|
||||||
3
test-files/hello-world.typ
Normal file
3
test-files/hello-world.typ
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#set page(width: auto, height: auto, margin: 5mm)
|
||||||
|
|
||||||
|
#heading("Hello World!")
|
||||||
Loading…
Reference in New Issue
Block a user