summaryrefslogtreecommitdiff
path: root/tests/ref/html/quote-attribution-link.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ref/html/quote-attribution-link.html')
-rw-r--r--tests/ref/html/quote-attribution-link.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/ref/html/quote-attribution-link.html b/tests/ref/html/quote-attribution-link.html
new file mode 100644
index 00000000..4da8b47f
--- /dev/null
+++ b/tests/ref/html/quote-attribution-link.html
@@ -0,0 +1,15 @@
+<!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>