typst/tests/ref/html/smartquote-inline-block.html

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>