We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b010cb commit b680a40Copy full SHA for b680a40
.markdownlint.jsonc
@@ -32,11 +32,11 @@
32
"MD031": true, // Fenced code blocks must be surrounded by blank lines before and after
33
"MD032": true, // Lists must be surrounded by blank lines above and below
34
"MD033": false, // Allow inline HTML (useful for GitBook styling and custom formatting)
35
- "MD034": [
+ "MD034": [
36
true,
37
{
38
"ignorePatterns": [
39
- "\\{% embed url=\"https?://.*?\" %\\}"
+ "{% embed url=\"https://.*?\" %}" // Ignore GitBook embed syntax for YouTube and others
40
]
41
}
42
], // Disallow bare URLs, but skip your {% embed %} lines
0 commit comments