aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Link & Image Attributes.text
blob: ee9b72900fbe5546da1f32a256a2aaeb4bb65261 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                
This is an [inline link](/url "title"){.class #inline-link}.

This is a [reference link][refid].

This is an ![inline image](/img "title"){.class #inline-img}.

This is a ![reference image][refid].

[refid]: /path/to/something (Title) { .class #ref data-key=val }