2022-07-11 10:03:16 +02:00
|
|
|
matrix:
|
|
|
|
- name: Markdown
|
|
|
|
expect_match: false
|
|
|
|
apsell:
|
2023-01-25 10:13:19 +01:00
|
|
|
lang: en
|
|
|
|
d: en_US
|
|
|
|
ignore-case: true
|
2022-07-11 10:03:16 +02:00
|
|
|
dictionary:
|
|
|
|
wordlists:
|
|
|
|
- .github/wordlist.txt
|
|
|
|
output: wordlist.dic
|
|
|
|
pipeline:
|
|
|
|
- pyspelling.filters.markdown:
|
|
|
|
markdown_extensions:
|
|
|
|
- markdown.extensions.extra:
|
|
|
|
- pyspelling.filters.html:
|
2023-01-25 10:13:19 +01:00
|
|
|
comments: false
|
2022-07-11 10:03:16 +02:00
|
|
|
attributes:
|
|
|
|
- alt
|
|
|
|
ignores:
|
|
|
|
- ':matches(code, pre)'
|
2023-01-25 10:13:19 +01:00
|
|
|
- code
|
|
|
|
- pre
|
|
|
|
- blockquote
|
|
|
|
- img
|
2022-07-11 10:03:16 +02:00
|
|
|
sources:
|
|
|
|
- '*.md'
|
|
|
|
- 'docs/*.md'
|