lychee/fixtures/TEST_VERBATIM.html

26 lines
528 B
HTML
Vendored

<!-- Test URLs in verbatim HTML elements -->
<html>
<head>
<title>Verbatim HTML</title>
</head>
<body>
<h1>Verbatim HTML</h1>
<p>Some verbatim HTML elements:</p>
<pre>http://www.example.com/pre</pre>
<code>http://www.example.com/code</code>
<samp> http://www.example.com/samp </samp>
<kbd>http://www.example.com/kbd</kbd>
<var>http://www.example.com/var</var>
<script>
// http://www.example.com/script
"http://www.example.com/script";
</script>
</body>
</html>