pawamoy/mkdocs-spellcheck

Remove all digits (with option?)

pawamoy opened this issue · 1 comments

  • Things like v1 and v2 should not be considered with min_length = 2
  • Things like 1GB or 2GB should be triggered only once on GB

Maybe we should instead remove words that contain digits. For example, removing digits in a commit hash would leave small words like aaa or fbde. I can't find a single word that contain digits that should also be spell checked.