typst/tests/ref/html/smartquote-nesting-twice.html
Laurenz 298c293181
Support smartquotes in HTML export (#6710)
Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
2025-08-06 12:32:39 +00:00

12 lines
366 B
HTML
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.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>When you said <em>that “he</em> surely meant that she intended to say “Im sorry””, I was quite confused.</p>
<p><span style="display: inline-block">box</span></p>
</body>
</html>