Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ignore text in backticks
Try ignoring text that's in a pair of backticks.
  • Loading branch information
martincostello committed Oct 5, 2023
commit b72fae18c988cf776d33b2f461e2d132175842b7
7 changes: 7 additions & 0 deletions .github/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ matrix:
markdown_extensions:
- markdown.extensions.extra
- pymdownx.superfences
- pyspelling.filters.context:
context_visible_first: true
escapes: \\[\\`~]
delimiters:
# Ignore text between inline back ticks
- open: '(?P<open>`+)'
close: '(?P=open)'
- pyspelling.filters.html:
comments: false
ignores:
Expand Down