summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/original/links_inline_style.md
blob: 1dc692beca1127bbf87b12811b9e5918df21c785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
pedantic: true
---

Just a [URL](/url/).

[URL and title](/url/ "title").

[URL and title](/url/  "title preceded by two spaces").

[URL and title](/url/	"title preceded by a tab").

[URL and title](/url/ "title has spaces afterward"  ).

[URL and title]( /url/has space ).

[URL and title]( /url/has space/ "url has space and title").

[Empty]().