diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-05 19:48:37 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-05 19:48:37 +0100 |
| commit | 72a9631b038d1a60e4e4a78e92cd69e6f8ce4316 (patch) | |
| tree | 17614efc2e21dd0b8caa24beaaaee7c40c150281 /tests/layouts | |
| parent | f72b1505bebf8d2fe1a60d386a3a3c3b67d4f903 (diff) | |
Move arg parser into `FuncArgs` and create (incomplete) consistent map ðŸ§
Diffstat (limited to 'tests/layouts')
| -rw-r--r-- | tests/layouts/align.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/layouts/align.typ b/tests/layouts/align.typ index c3c60733..a7101932 100644 --- a/tests/layouts/align.typ +++ b/tests/layouts/align.typ @@ -3,7 +3,7 @@ A short sentence. [n] [align: right][words.] - A short sentence. [paragraph.break] [align: right][words.] + A short sentence. [par.break] [align: right][words.] [align: bottom] A longer sentence with a few more words. |
