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 5c0c0b4 commit 721f734Copy full SHA for 721f734
.github/spellcheck-settings.yml
@@ -2,25 +2,27 @@ matrix:
2
- name: Markdown
3
expect_match: false
4
apsell:
5
- mode: en
+ lang: en
6
+ d: en_US
7
+ ignore-case: true
8
dictionary:
9
wordlists:
10
- .github/wordlist.txt
11
output: wordlist.dic
- encoding: utf-8
12
pipeline:
13
- pyspelling.filters.markdown:
14
markdown_extensions:
15
- markdown.extensions.extra:
16
- pyspelling.filters.html:
- comments: true
17
+ comments: false
18
attributes:
19
- alt
20
ignores:
21
- ':matches(code, pre)'
- - 'code'
22
- - 'pre'
23
- - 'blockquote'
+ - code
+ - pre
24
+ - blockquote
25
+ - img
26
sources:
27
- '*.md'
28
- 'docs/*.md'
0 commit comments