Open
Description
$ echo '<p>test <a href="/example/">expected</a></p>' | tidy -config /dev/null 2>/dev/null
<!DOCTYPE html>
<html>
<head>
<title>
</title>
</head>
<body>
<p>test <a href="/example/">expected</a></p>
</body>
</html>
$ echo '<p><a href="/example/">unexpected</a></p>' | tidy -config /dev/null 2>/dev/null
<!DOCTYPE html>
<html>
<head>
<title>
</title>
</head>
<body>
<p><a href="/example/">unexpected</a>
</p>
</body>
</html>
~$ tidy -version
HTML Tidy for Apple macOS version 5.6.0