This repository was archived by the owner on Aug 12, 2023. It is now read-only.
How to enable inline-html linting for markdown with markdownlint #1546
Unanswered
vaibhav135
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
@jose-elias-alvarez can you please help me with this |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Ok got it. But can you tell me how I can pass a global config file to null-ls. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So currently I am using markdownlint for formatting and diagnostics. But it becomes very painful to see a lot of linting error for inline html.
I am not sure why this is the case though. Since markdownlint supports inline html https://github.com/DavidAnson/markdownlint/blob/main/doc/md033.md.
Btw I checked the Builtins and didn't understood what this markdownlint-cli is doing in the meta ---> url (I would like to know why we are using it).
Another question is do we have to define our own rules like shown here --> https://github.com/DavidAnson/markdownlint/blob/main/schema/markdownlint-config-schema.json and update the defaults for MD033 rule (inline html).
PS: Sorry I am very noob at lua, neovim and all this configuration stuff. Trying to understand this stuff.
Beta Was this translation helpful? Give feedback.
All reactions