node-markdown-spellcheck
node-markdown-spellcheck copied to clipboard
spellchecks markdown files
This is useful in cases like mine where I was linting files containing short form links to github repos (eg. `vapor/vapor#255`) which would not be ignored with `--ignore-numbers`
``` > mdspell --version 1.0.0 > mdspell '**/*.md' '!**/templates/**/*.md' --ignore-numbers --en-us Spelling - 1-recipes/bread/sourdough_starter.md /usr/local/lib/node_modules/markdown-spellcheck/es5/spellcheck.js:60 function checkWord(word) { ^ RangeError: Maximum call stack size exceeded at Object.checkWord (/usr/local/lib/node_modules/markdown-spellcheck/es5/spellcheck.js:60:19) at /usr/local/lib/node_modules/markdown-spellcheck/es5/index.js:59:31...
Currently when using the API in index.js, there is no option to be able to specify which dictionary you want.
Is there a way to leave content inside comments `` out?
After merging a file in git, spellchecking started to display things, that have not changed at all. I have taken the 2 files, before merge and after merge, put them...
Hi, I might just do something wrong, but travis doesn't fail on translation errors. https://travis-ci.org/codingjoe/django-cc/jobs/122596051 The funny thing is, when I run the same command locally it works: ``` shell...
I recently wrote a blog post for Scott Logic where I mentioned a file called Docker_gateway. mdspell rejected it, and the solution was to add _gateway to .spelling. If _...
E.g. if a bug is fixed to do with ignore or the markdown file is edited It should only change file specific ignores if the file is checked It should...