mirror of
https://github.com/typst/typst
synced 2025-08-12 22:27:56 +08:00
14 lines
324 B
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>
|