Sha256: 810634f683e5c5883c3559af50d4324be02eda464e13c295f7128204d2968ecc

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

latex input:		mmd-article-header  
Title:				Link Attributes Test  
latex input:		mmd-article-begin-doc  
latex footer:		mmd-memoir-footer  

This is a formatted ![image][] and a [link][] with attributes.

![image2]

![image3]

![image4]

And [the link][link], [link] , and [][link] again.

[link]

[the link][link]

[image]: http://path.to/image "Image title" width="40px" height="400px"
[image2]: http://path.to/image "Image title" height="400px"
[image3]: http://path.to/image "Image title" width="40px"
[image4]: http://path.to/image "Image title"
[link]: http://path.to/link.html "Some Link" class=external
        style="border: solid black 1px;"


Test various identifiers:

[link-a]

[link-1]

[link--2]

[link--a]

[link---1]


[link-a]: http://path.to/link-a.html
[link-1]: http://path.to/link-1.html
[link--a]: http://path.to/link--a.html
[link--2]: http://path.to/link--2.html
[link---1]: http://path.to/link---1.html


Test link and markup ![and *this* but not **that**][image-attr]

[image-attr]: http://path.to/image "Test *this* and **this**"

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rpeg-multimarkdown-0.2.2 test/MultiMarkdownTest/CompatibilityTests/Link Attributes.text
rpeg-multimarkdown-0.2.1 test/MultiMarkdownTest/CompatibilityTests/Link Attributes.text
rpeg-multimarkdown-0.2 test/MultiMarkdownTest/CompatibilityTests/Link Attributes.text
rpeg-multimarkdown2-2.0.3 test/MultiMarkdownTest/CompatibilityTests/Link Attributes.text
rpeg-multimarkdown2-2.0.2 test/MultiMarkdownTest/CompatibilityTests/Link Attributes.text
rpeg-multimarkdown2-2.0.1 test/MultiMarkdownTest/CompatibilityTests/Link Attributes.text