diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-01-24 12:15:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-24 11:15:09 +0000 |
| commit | 467968af0788a3059e1bed47f9daee846f5b3904 (patch) | |
| tree | 2e3ba6e49cebcee28753cc2171907dba4bf36abf /tests/ref/html/link-basic.html | |
| parent | cd044825fcb1651781f1dbcafac4dec8b216e370 (diff) | |
Tweak HTML pretty printing (#5745)
Diffstat (limited to 'tests/ref/html/link-basic.html')
| -rw-r--r-- | tests/ref/html/link-basic.html | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/tests/ref/html/link-basic.html b/tests/ref/html/link-basic.html index 5d998667..89cb54db 100644 --- a/tests/ref/html/link-basic.html +++ b/tests/ref/html/link-basic.html @@ -5,17 +5,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> - <p> - <a href="https://example.com/">https://example.com/</a> - </p> - <p> - <a href="https://typst.org/">Some text text text</a> - </p> - <p> - This link appears <a href="https://google.com/">in the middle of</a> a paragraph. - </p> - <p> - Contact <a href="mailto:hi@typst.app">hi@typst.app</a> or call <a href="tel:123">123</a> for more information. - </p> + <p><a href="https://example.com/">https://example.com/</a></p> + <p><a href="https://typst.org/">Some text text text</a></p> + <p>This link appears <a href="https://google.com/">in the middle of</a> a paragraph.</p> + <p>Contact <a href="mailto:hi@typst.app">hi@typst.app</a> or call <a href="tel:123">123</a> for more information.</p> </body> </html> |
