parent
b4c20b2f8f
commit
bc2199f2d4
8 changed files with 109 additions and 8 deletions
26
.github/spellcheck-settings.yml
vendored
Normal file
26
.github/spellcheck-settings.yml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
matrix:
|
||||
- name: Markdown
|
||||
expect_match: false
|
||||
apsell:
|
||||
mode: en
|
||||
dictionary:
|
||||
wordlists:
|
||||
- .github/wordlist.txt
|
||||
output: wordlist.dic
|
||||
encoding: utf-8
|
||||
pipeline:
|
||||
- pyspelling.filters.markdown:
|
||||
markdown_extensions:
|
||||
- markdown.extensions.extra:
|
||||
- pyspelling.filters.html:
|
||||
comments: true
|
||||
attributes:
|
||||
- alt
|
||||
ignores:
|
||||
- ':matches(code, pre)'
|
||||
- 'code'
|
||||
- 'pre'
|
||||
- 'blockquote'
|
||||
sources:
|
||||
- '*.md'
|
||||
- 'docs/*.md'
|
||||
Loading…
Add table
Add a link
Reference in a new issue