Skip to content
New issue

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

list spacing not compatible with linter-markdown #67

Open
Daniel-at-github opened this issue Jul 6, 2017 · 0 comments
Open

list spacing not compatible with linter-markdown #67

Daniel-at-github opened this issue Jul 6, 2017 · 0 comments

Comments

@Daniel-at-github
Copy link

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:

## Title

- list item

Then linter-markdown warns against it:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant