<html>
<head>
<!-- works -->
<title>Test test</title>
<!-- does not work -->
<title>Test
test</title>
</head>
<body>…</body>
</html>
We can fix this during preprocessing but it seems like a bug that should be fixed in dotify (presumably) at some point.
We can fix this during preprocessing but it seems like a bug that should be fixed in dotify (presumably) at some point.