Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add attribute lists to CSpell
ignoreRegExpList
CSpell (Code Spell Checker) supports custom ignore patterns that can be added to the `ignoreRegExpList` in its `cspell.json` configuration file. The configuration file previously was configured to ignore Markdown fenced code blocks (like '```sh'), but not the extended Markdown syntax used in Python Markdown attribute lists. These attribute lists are used by Material for MkDocs to enable or disable code block copy behavior (code blocks like '```{ .sh .no-copy }'). This commit will update the `ignoreRegExpList` to ignore fenced code blocks with attribute lists. https://cspell.org/configuration/ streetsidesoftware/cspell#206 https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
- Loading branch information