We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using linter-markdown and atom-tidy-markdown.
The only problem that I found is that atom-tidy-markdown puts lists in this format:
atom-tidy-markdown
## Title - list item
Then linter-markdown warns against it:
linter-markdown
Warning remark-lint Incorrect list-item indent: add 2 spaces (remark-lint:list-item-indent) 20:3
and linter-markdown say it's good in this format:
## Requirements - list item
The recommended lints presets "that prevent mistakes or syntaxes that do not work correctly across vendors" are here: https://github.com/wooorm/remark-lint/tree/master/packages/remark-preset-lint-recommended
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using linter-markdown and atom-tidy-markdown.
The only problem that I found is that
atom-tidy-markdown
puts lists in this format:Then
linter-markdown
warns against it:and
linter-markdown
say it's good in this format:The recommended lints presets "that prevent mistakes or syntaxes that do not work correctly across vendors" are here: https://github.com/wooorm/remark-lint/tree/master/packages/remark-preset-lint-recommended
The text was updated successfully, but these errors were encountered: