You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Using Atom 1.22.1 x64, installed linter-markdown 5.2.0.
I'm experimenting with markdown and installed the linter, but that provides strange warnings over a markdown file loaded in Atom. I'm using a ReadMe.markdown file from NVM to test and see markdown stuff. The file is open in Atom and markdown-preview-enhanced nicely displays the document.
But there are many red bullets in the left gutter. All bullets from linter-markdown.
One of the warnings is:
Incorrect indentation before bullet: remove 2 spaces (remark-lint:list-item-bullet-indent)
Could be a fair point, so I removed the two spaces.
Then the linter produces this warning:
Incorrect list-item indent: add 2 spaces (remark-lint:list-item-indent)
Spoken about mixed messages ....
Why is the linter doing this?
Probably some setting in one or another file (remarkrc)?
If it is that file, how does it need to look?
I've tried several things but the above sort of messages keep popping up.
Thanks,
Marc
The text was updated successfully, but these errors were encountered:
Any clue on how to make this behavior more consistent?
This might be linked to #156. If it is not possible to disable a rule, the preset remark-preset-lint-recommended enable the rule list-item-indent to 'tab-size', then the following config ["remark-lint-list-item-indent", "space"] overide it without deleting it. Hence there are 2 contradictory rules, you can do whatever you want, there will always be one rule broken by your markdown.
Hi,
Using Atom 1.22.1 x64, installed linter-markdown 5.2.0.
I'm experimenting with markdown and installed the linter, but that provides strange warnings over a markdown file loaded in Atom. I'm using a ReadMe.markdown file from NVM to test and see markdown stuff. The file is open in Atom and markdown-preview-enhanced nicely displays the document.
But there are many red bullets in the left gutter. All bullets from linter-markdown.
One of the warnings is:
Incorrect indentation before bullet: remove 2 spaces (remark-lint:list-item-bullet-indent)
Could be a fair point, so I removed the two spaces.
Then the linter produces this warning:
Incorrect list-item indent: add 2 spaces (remark-lint:list-item-indent)
Spoken about mixed messages ....
Why is the linter doing this?
Probably some setting in one or another file (remarkrc)?
If it is that file, how does it need to look?
I've tried several things but the above sort of messages keep popping up.
Thanks,
Marc
The text was updated successfully, but these errors were encountered: