Skip to content

Commit b680a40

Browse files
committed
gpt trying something new
1 parent 9b010cb commit b680a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.markdownlint.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"MD031": true, // Fenced code blocks must be surrounded by blank lines before and after
3333
"MD032": true, // Lists must be surrounded by blank lines above and below
3434
"MD033": false, // Allow inline HTML (useful for GitBook styling and custom formatting)
35-
"MD034": [
35+
"MD034": [
3636
true,
3737
{
3838
"ignorePatterns": [
39-
"\\{% embed url=\"https?://.*?\" %\\}"
39+
"{% embed url=\"https://.*?\" %}" // Ignore GitBook embed syntax for YouTube and others
4040
]
4141
}
4242
], // Disallow bare URLs, but skip your {% embed %} lines

0 commit comments

Comments
 (0)