File: implicit_reference.md

package info (click to toggle)
php-parsedown 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 780 kB
  • sloc: php: 1,679; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
an [implicit] reference link

[implicit]: http://example.com

an [implicit][] reference link with an empty link definition

an [implicit][] reference link followed by [another][]

[another]: http://cnn.com

an [explicit][example] reference link with a title

[example]: http://example.com "Example"