mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
14 lines
549 B
Plaintext
14 lines
549 B
Plaintext
_Multiline:_
|
|
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
|
|
eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
|
|
voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
|
clita kasd gubergren, no sea takimata sanctus est.
|
|
|
|
_Emoji:_ Hello World! 🌍
|
|
|
|
_Styles:_ This is made *bold*, that _italic_ and this one `monospace` using the
|
|
built-in syntax!
|
|
|
|
_Styles with functions:_ This [bold][word] is made bold and [italic][that] italic
|
|
using the standard library functions `bold` and `italic`!
|