summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/cm_links.md
blob: 11e9014461c27e14f7593249920d6aea97e01019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
---
xhtml: true
---

Links
===================

### Example 459

[link](/uri "title")

### Example 460

[link](/uri)

### Example 461

[link]()

### Example 462

[link](<>)

### Example 463

[link](/my uri)

### Example 464

[link](</my uri>)

### Example 465

[link](foo
bar)

### Example 466

[link](<foo
bar>)

### Example 467

[link](\(foo\))

### Example 4680

ONE LEVEL of parentheses are allowed without escaping, as long as they are balanced:

[link](foo(bar))

### Example 469

[link](foo\(and\(bar\))

### Example 470

However, if you have ANY unbalanced parentheses, you need to escape or use the <...> form:

[link](<foo(and(bar)>)

### Example 471

[link](foo\)\:)

### Example 472

[link](#fragment)

[link](http://example.com#fragment)

[link](http://example.com?foo=3#frag)

### Example 473

[link](foo\bar)

### Example 4740

[link](foo%20b&auml;)

### Example 475

[link]("title")

### Example 476

[link](/url "title")
[link](/url 'title')
[link](/url (title))

### Example 477

[link](/url "title \"&quot;")

### Example 479

[link](/url "title "and" title")

### Example 480

[link](/url 'title "and" title')

### Example 481

[link](   /uri
  "title"  )

### Example 482

[link] (/uri)

### Example 4830

The link text may contain ONE LEVEL of balanced brackets, but not unbalanced ones, unless they are escaped:

[link [foo4830]](/uri)

### Example 484

[link] bar](/uri)

### Example 485

[link [bar](/uri)

### Example 486

[link \[bar](/uri)

### Example 487

[link *foo **bar** `#`*](/uri)

### Example 488

[![moon](moon.jpg)](/uri)

### Example 493

[foo *bar](baz*)

### Example 494

*foo [bar* baz]

### Example 498

[foo][bar]

[bar]: /url "title"

### Example 4990

[link [foo499]][ref499]

[ref499]: /uri

### Example 500

[link \[bar][ref]

[ref]: /uri

### Example 501

[link *foo **bar** `#`*][ref]

[ref]: /uri

### Example 502

[![moon](moon.jpg)][ref]

[ref]: /uri

### Example 5030

[foo [bar](/uri)][ref503]

[ref503]: /uri

### Example 504

[foo *bar [baz][ref504]*][ref504]

[ref504]: /uri

### Example 506

[foo *bar][ref]

[ref]: /uri

### Example 510

[foo][BaR]

[bar]: /url "title"

### Example 511

[Толпой][Толпой] is a Russian word.

[ТОЛПОЙ]: /url

### Example 512

[Foo
  bar]: /url

[Baz][Foo bar]

### Example 513

[foo513] [bar513]

[bar513]: /url "title"

### Example 514

[foo514]
[bar514]

[bar514]: /url "title"

### Example 515

[foo515]: /url1

[foo515]: /url2

[bar][foo515]

### Example 516

[bar][foo\!516]

[foo!516]: /url

### Example 517

[foo517][ref[517]

[ref[517]: /uri

### Example 518

[foo518][ref[bar518]518]

[ref[bar518]518]: /uri

### Example 519

[[[foo519]]]

[[[foo519]]]: /url

### Example 520

[foo][ref\[]

[ref\[]: /uri

### Example 521

[bar\\]: /uri

[bar\\]

### Example 522

[]

[]: /uri

### Example 523

[
 ]

[
 ]: /uri

### Example 524

[foo][]

[foo]: /url "title"

### Example 525

[*foo* bar][]

[*foo* bar]: /url "title"

### Example 526

[Foo][]

[foo]: /url "title"

### Example 527

[foo] 
[]

[foo]: /url "title"

### Example 528

[foo]

[foo]: /url "title"

### Example 529

[*foo* bar]

[*foo* bar]: /url "title"

### Example 530

[[*foo* bar]]

[*foo* bar]: /url "title"

### Example 531

[[bar [foo531]

[foo531]: /url

### Example 532

[Foo]

[foo]: /url "title"

### Example 533

[foo533] bar

[foo533]: /url

### Example 534

\[foo]

[foo534]: /url "title"

### Example 536

[foo536][bar536]

[foo536]: /url1
[bar536]: /url2

### Example 537

[foo537][]

[foo537]: /url1

### Example 538

[foo538]()

[foo538]: /url1

### Example 539

[foo539](not a link)

[foo539]: /url1

### Example 540

[foo540][bar540][baz540]

[baz540]: /url

### Example 541

[foo541][bar541][baz541]

[baz541]: /url1
[bar541]: /url2

### Example 542

[foo542][bar542][baz542]

[baz542]: /url1
[foo542]: /url2

### Example 543

![foo543](/url "title")

### Example 5440

![foo *bar*544]

[foo *bar*544]: train.jpg "train & tracks"

### Example 5450

![foo ![bar](/url)](/url2)

### Example 5460

![foo [bar](/url)](/url2)

### Example 5470

![foo *bar*547][]

[foo *bar*547]: train.jpg "train & tracks"

### Example 5480

![foo *bar*][foobar548]

[FOOBAR548]: train.jpg "train & tracks"

### Example 549

![foo](train.jpg)

### Example 550

My ![foo bar](/path/to/train.jpg  "title"   )

### Example 551

![foo](<url>)

### Example 552

![](/url)

### Example 553

![foo][bar553]

[bar553]: /url

### Example 554

![foo][bar554]

[BAR554]: /url

### Example 555

![foo][]

[foo]: /url "title"

### Example 5560

![*foo* bar][]

[*foo* bar]: /url "title"

### Example 557

![Foo][]

[foo]: /url "title"

### Example 558

![foo] 
[]

[foo]: /url "title"

### Example 559

![foo]

[foo]: /url "title"

### Example 5600

![*foo* bar]

[*foo* bar]: /url "title"

### Example 561

![[foo561]]

[[foo561]]: /url "title"

### Example 562

![Foo]

[foo]: /url "title"

### Example 563

!\[foo]

[foo]: /url "title"

### Example 564

\![foo]

[foo]: /url "title"