Skip to content

Commit

Permalink
Update .vale.ini (cockroachdb#16704)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvigilante authored Apr 7, 2023
1 parent 7c30613 commit a12487d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ CockroachDB.NondescriptLinkTitles = YES
# Rule #1 (https://regex101.com/r/7VA2lV/2/tests): Ignore `<div>`s and `<section>`s
# that specify `markdown="1"` since it isn't supported by Vale's Markdown
# parser (https://github.com/russross/blackfriday/issues/184).
BlockIgnores = (?s)(<(?:div|section)[^>]*markdown="1"[^>]*>.*?</(?:div|section)>), \
(?s)(\{%.*?%\})|(\{\{.*?\}\})
BlockIgnores = (?s)(<(?:div|section)[^>]*markdown="1"[^>]*>.*?</(?:div|section)>)
# Custom inline scoping:
#
# Rule #1: Ignore all Liquid tags.
Expand Down

0 comments on commit a12487d

Please sign in to comment.