mirror of
https://github.com/typst/typst
synced 2025-08-08 04:07:56 +08:00
11 lines
278 B
HTML
11 lines
278 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<p>This has <code style="white-space: pre-wrap">double spaces inside</code>, which should be kept.</p>
|
|
</body>
|
|
</html>
|