|
441 | 441 | {"type":"Punctuation","value":";"},
|
442 | 442 | {"type":"Text","value":"\n"},
|
443 | 443 | {"type":"LiteralString","value":"```"},
|
444 |
| - {"type":"Text","value":"\n"} |
| 444 | + {"type":"Text","value":"\n\n"}, |
| 445 | + {"type":"GenericSubheading","value":"## MarkdownLink Test\n"}, |
| 446 | + {"type":"Text","value":"["}, |
| 447 | + {"type":"NameTag","value":"normal link"}, |
| 448 | + {"type":"Text","value":"]("}, |
| 449 | + {"type":"NameAttribute","value":"https://google.com"}, |
| 450 | + {"type":"Text","value":") \n ["}, |
| 451 | + {"type":"NameTag","value":"whitespace before link"}, |
| 452 | + {"type":"Text","value":"]("}, |
| 453 | + {"type":"NameAttribute","value":"https://google.com"}, |
| 454 | + {"type":"Text","value":") \nabc["}, |
| 455 | + {"type":"NameTag","value":"non-whitespace before link"}, |
| 456 | + {"type":"Text","value":"]("}, |
| 457 | + {"type":"NameAttribute","value":"https://google.com"}, |
| 458 | + {"type":"Text","value":") \n(["}, |
| 459 | + {"type":"NameTag","value":"first link"}, |
| 460 | + {"type":"Text","value":"]("}, |
| 461 | + {"type":"NameAttribute","value":"https://google.com"}, |
| 462 | + {"type":"Text","value":") and ["}, |
| 463 | + {"type":"NameTag","value":"second link"}, |
| 464 | + {"type":"Text","value":"]("}, |
| 465 | + {"type":"NameAttribute","value":"https://google.com"}, |
| 466 | + {"type":"Text","value":")) \n"} |
445 | 467 | ]
|
0 commit comments