test/MultiMarkdownTest/MultiMarkdownTests/Email.html in rpeg-multimarkdown-0.1.1 vs test/MultiMarkdownTest/MultiMarkdownTests/Email.html in rpeg-multimarkdown-0.2
- old
+ new
@@ -1,15 +1,16 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
<head>
+ <meta charset="utf-8"/>
<meta name="latexinput" content="mmd-article-header"/>
<title>Email Test</title>
<meta name="latexinput" content="mmd-article-begin-doc"/>
<meta name="latexfooter" content="mmd-memoir-footer"/>
</head>
<body>
+
<p>Link: <a href="mailto:user67@example.com">user67@example.com</a>.</p>
<ul>
<li>In a list?</li>
<li><a href="mailto:user67@example.com">user67@example.com</a></li>
@@ -41,7 +42,8 @@
<p>Auto-links should not occur here: <code><mailto:user67@example.com></code></p>
<pre><code>or here: <mailto:user67@example.com>
</code></pre>
+
</body>
</html>