Skip to content

Commit e85fb93

Browse files
svrnmcartermp
andauthored
Disable textlint for figure src attribute (open-telemetry#3585)
Co-authored-by: Phillip Carter <[email protected]>
1 parent c6bd4e0 commit e85fb93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.textlintrc.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ filters:
1414
# Hugo template syntax:
1515
- /{{.*?}}/
1616
- /{{%.*?%}}/
17-
# Other
17+
# Custom header anchors in markdown headings:
18+
- /{#.*?}/
19+
# src attribute in figure Hugo template:
20+
- /src=".*?"/
21+
# Other:
1822
- /<https?://.*?>/ # Raw URLs
1923
rules:
2024
terminology:

0 commit comments

Comments
 (0)