diff --git a/.spellcheck.yml b/.spellcheck.yml index 96a45a3..267fcdd 100644 --- a/.spellcheck.yml +++ b/.spellcheck.yml @@ -21,25 +21,3 @@ matrix: sources: - 'docs/**/*.md' default_encoding: utf-8 -- name: Quarto markdown - dictionary: - wordlists: - - .wordlist.txt - output: wordlist.dic - encoding: utf-8 - pipeline: - - pyspelling.filters.markdown: - markdown_extensions: - - markdown.extensions.extra: - - pyspelling.filters.html: - comments: false - attributes: - - alt - ignores: - - ':matches(code, pre)' - - 'code' - - 'pre' - - 'blockquote' - sources: - - '**/*.md' - default_encoding: utf-8 diff --git a/wordlist.dic b/wordlist.dic new file mode 100644 index 0000000..dab2781 Binary files /dev/null and b/wordlist.dic differ