typst/tests/ref/html/smartquote-inline-block.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

14 lines
324 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>Applies across <span>“inline-level</span> elements”.</p>
<p>Does not apply across</p>
<div>“block-level</div>
<p>elements“.</p>
</body>
</html>