Sha256: d51da81275f5c2882ee895ffd8ce1fff27224909b0683c90f8e0501763bae40f

Contents?: true

Size: 1.05 KB

Versions: 7

Compression:

Stored size: 1.05 KB

Contents

latex input:		mmd-article-header  
Title:				Link Attributes Test  
latex mode:			memoir
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

7 entries across 7 versions & 2 rubygems

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