Skip to content

Commit 3a03b1d

Browse files
committed
add link test
1 parent ae9484d commit 3a03b1d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/specs/marked/marked.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,16 @@
113113
"html": "<p><strong><a href=\"mailto:[email protected]\">[email protected]</a></strong></p>",
114114
"example": 1347
115115
},
116-
{
116+
{
117117
"section": "Emphasis extra tests",
118118
"markdown": "_test_. _test_: _test_! _test_? _test_-",
119119
"html": "<p><em>test</em>. <em>test</em>: <em>test</em>! <em>test</em>? <em>test</em>-</p>",
120120
"example": 15
121+
},
122+
{
123+
"section": "Links",
124+
"markdown": "[One](https://example.com/1) ([Two](https://example.com/2)) [Three](https://example.com/3)",
125+
"html": "<p><a href=\"https://example.com/1\">One</a> (<a href=\"https://example.com/2\">Two</a>) <a href=\"https://example.com/3\">Three</a></p>",
126+
"example": 16
121127
}
122128
]

0 commit comments

Comments
 (0)