diff options
| author | John MacFarlane <[email protected]> | 2025-04-01 15:35:22 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-04-01 15:35:22 -0700 |
| commit | 82668ff9aa0b31e2440484ba007e7cd94e24e146 (patch) | |
| tree | d43450b57f63f4afde6ac2f4d63c6aa41981a6a0 /test | |
| parent | 69feb5ea9a9d83a15d196571e8d7d1ad800d7f7a (diff) | |
Typst writer: support `mark` class on spans.
Closes #10747.
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/10747.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/10747.md b/test/command/10747.md new file mode 100644 index 000000000..40ed8ebc8 --- /dev/null +++ b/test/command/10747.md @@ -0,0 +1,6 @@ +``` +% pandoc -t typst +[Mark]{.mark} +^D +#highlight[Mark] +``` |
