mirror of
https://github.com/typst/typst
synced 2025-08-08 12:17:54 +08:00
12 lines
404 B
HTML
12 lines
404 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<p>This is <code><strong>*</strong><strong>inline</strong><strong>*</strong></code>.</p>
|
|
<pre><code>#set text(blue)<br><strong>*</strong><strong>Hello</strong><strong>*</strong> <em>_</em><em>world</em><em>_</em>!</code></pre>
|
|
</body>
|
|
</html>
|