This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
The good old aspell utility is actually quite up-to-date. One of its many features is a command-line switch, that allows you to tell it the filetype it is about to encounter. With this switch, it becomes a breeze to test all your Markdown files for typos. for file in *.md do aspell check --mode = markdown --lang = en " $file " done If you want to store additional words in a per-project file, you…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.