summaryrefslogtreecommitdiff
path: root/tests/ref/html/quote-attribution-link.html
blob: c12d2ae2dba59c5e7dfc8781c0b06c220e1b178e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!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>