We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0cb18 commit 3fc44d9Copy full SHA for 3fc44d9
.github/actions/spelling/patterns.txt
@@ -8,3 +8,8 @@ RESTful
8
9
# Most obvious URLs
10
https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)
11
+
12
+# Markdown references (definition and use)
13
+^\[\]\(\){#[a-z-]+}$
14
+\]\(#[a-z-]+\)
15
+\]\[[a-z-]+\]
0 commit comments