typst/tests/ref/html/quote-attribution-link.html
2025-01-24 12:11:26 +00:00

12 lines
312 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<blockquote cite="https://typst.app/home">Compose papers faster</blockquote>
<p><a href="https://typst.app/home">typst.com</a></p>
</body>
</html>