{"library":"mkdocs-spellcheck","title":"mkdocs-spellcheck","description":"A spell checker plugin for MkDocs that checks spelling in Markdown content. It supports multiple backends (e.g., aspell, hunspell) and allows custom dictionaries. Current version 1.2.1 (2026-02-11), requires Python >=3.10, actively maintained on GitHub by pawamoy.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mkdocs-spellcheck","pip install mkdocs-spellcheck[hunspell]","pip install mkdocs-spellcheck[aspell]"],"cli":null},"imports":["from mkdocs_spellcheck import SpellCheckPlugin","from mkdocs_spellcheck import config"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# mkdocs.yml\nplugins:\n  - search\n  - spellcheck:\n      known_words:\n        - mkdocs\n        - spellcheck\n      backends:\n        - hunspell\n      # Optional: ignore code blocks\n      ignore_code: true\n","lang":"yaml","description":"Enable the spellcheck plugin in your MkDocs configuration. Add known words to avoid false positives. The search plugin must be listed before spellcheck for compatibility.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}