Skip to content

Commit 82e4c42

Browse files
author
Shaquille Johnson
authored
Stop bare links from being rendered (kivikakk#33)
1 parent 13a1fdd commit 82e4c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ fn cm_to_rtjson(cm: String) -> String {
138138
ext_strikethrough: true,
139139
ext_tagfilter: false,
140140
ext_table: true,
141-
ext_autolink: true,
141+
ext_autolink: false,
142142
ext_tasklist: false,
143143
ext_superscript: false
144144
};

0 commit comments

Comments
 (0)