linter-markdown icon indicating copy to clipboard operation
linter-markdown copied to clipboard

Lint markdown files within atom

Results 41 linter-markdown issues
Sort by recently updated
recently updated
newest added

I'm trying to use a global `~/.remarkrc` file. It is correctly picked up, except that deactivating rules doesn't work. That's the `.remarkrc`: ```json { "plugins": [ "remark-frontmatter", "remark-preset-lint-markdown-style-guide", ["remark-lint-maximum-line-length", false]...