Skip to content

Commit 36c416f

Browse files
committed
Prevent escaping from link text
remarkjs/remark-gfm#4
1 parent d7022fc commit 36c416f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

to-markdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var inConstruct = 'phrasing'
2-
var notInConstruct = ['autolink', 'link', 'image']
2+
var notInConstruct = ['autolink', 'link', 'image', 'label']
33

44
exports.unsafe = [
55
{

0 commit comments

Comments
 (0)