diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-11 17:53:28 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-11 17:53:28 +0200 |
| commit | c0e4fd55e6fa738cfc5dcc851d0fc3ee2d0f2cd2 (patch) | |
| tree | e5531e605d0ab9e06dc950b4cd9b7a8caa116d34 /tests/layouts/styles.tps | |
| parent | 8f788f9a4f5e970bbe6147987b711470d57aca8d (diff) | |
Create test runner which renders layouts to images 🗺
Diffstat (limited to 'tests/layouts/styles.tps')
| -rw-r--r-- | tests/layouts/styles.tps | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/layouts/styles.tps b/tests/layouts/styles.tps new file mode 100644 index 00000000..790d2b38 --- /dev/null +++ b/tests/layouts/styles.tps @@ -0,0 +1,13 @@ +_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] is italic +using the standard library functions [mono][bold] and `italic`! |
