Skip to content

Commit 62cce18

Browse files
committed
Disable MD034 / no-bare-urls
While we should avoid bare URLs, the fix for this rule (surrounding the URL with <>) breaks rendering, since Docusaurus currently runs all files through the MDX engine.
1 parent edfc66d commit 62cce18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.markdownlint.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"code_blocks": false,
1111
"tables": false
1212
},
13+
"no-bare-urls": false,
1314
"hr-style": {
1415
"style": "---"
1516
},

0 commit comments

Comments
 (0)