typst/tests/layouts/styles.typ
2019-10-16 21:31:14 +02:00

11 lines
291 B
XML

_Multiline:_
{lorem:45}
_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`!