Skip to content

Commit 4caed7e

Browse files
Prevent escaping from link text
remarkjs/remark-gfm#4
1 parent 109db3c commit 4caed7e

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)