output flag seems to ignore rules #974
-
Hey, first of all thanks for all your great work here! In my |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Linting and formatting are separate steps. See https://github.com/remarkjs/remark-lint#example-check-and-format-markdown-on-the-cli and remarkjs/remark-lint#279. There is no way to not escape references. It is intentional that opening brackets in text are escaped. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately that breaks checkboxes for those of us who like remark formatting, but would like to support extended syntax exceptions. Any recommendations? |
Beta Was this translation helpful? Give feedback.
Linting and formatting are separate steps. See https://github.com/remarkjs/remark-lint#example-check-and-format-markdown-on-the-cli and remarkjs/remark-lint#279.
There is no way to not escape references. It is intentional that opening brackets in text are escaped.