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

12 lines
314 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>