test/MultiMarkdownTest/MultiMarkdownTests/Link Attributes.html in rpeg-multimarkdown-0.1.1 vs test/MultiMarkdownTest/MultiMarkdownTests/Link Attributes.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>Link Attributes Test</title> <meta name="latexinput" content="mmd-article-begin-doc"/> <meta name="latexfooter" content="mmd-memoir-footer"/> </head> <body> + <p>This is a formatted <img src="http://path.to/image" alt="image" id="image" title="Image title" style="height:400px;width:40px;" /> and a <a href="http://path.to/link.html" title="Some Link" class="external" style="border: solid black 1px;">link</a> with attributes.</p> <figure> <img src="http://path.to/image" alt="image2" id="image2" title="Image title" style="height:400px;" /> <figcaption>image2</figcaption></figure> @@ -48,7 +49,8 @@ <p><a href="http://path.to/link--a.html">link&#8211;a</a></p> <p><a href="http://path.to/link---1.html">link&#8212;1</a></p> <p>Test link and markup <img src="http://path.to/image" alt="and this but not that" id="image-attr" title="Test *this* and **this**" /></p> + </body> </html>