dynmap/.spellcheck.yaml

26 lines
495 B
YAML
Raw Permalink Normal View History

2021-02-07 07:21:06 +01:00
spellchecker: aspell
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .github/workflows/gibberish.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
2021-10-01 04:37:41 +02:00
markdown_extensions:
- pymdownx.extra:
2021-02-07 07:21:06 +01:00
- pyspelling.filters.html:
comments: true
attributes:
- title
- alt
ignores:
- ':matches(code, pre)'
- 'code'
- 'pre'
sources:
- '**/*.md'
default_encoding: utf-8