rhymix/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Link & Image Attributes.text
2020-04-08 00:10:06 +09:00

10 lines
265 B
Text

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 }