typst/tests/typ/bugs/3662-pdf-smartquotes.typ
2024-03-25 13:32:02 +00:00

12 lines
318 B
Typst
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Smart quotes were not appearing in the PDF outline, because they didn't
// implement `PlainText`
// https://github.com/typst/typst/issues/3662
---
= It's "Unnormal Heading"
= Its “Normal Heading”
#set smartquote(enabled: false)
= It's "Unnormal Heading"
= It's 'single quotes'
= Its “Normal Heading”