-
It occurs that some list items can start with a lowercase letter such as I was wondering if a configurable pattern could be used to bypass this, let's say Quite the custom ask but this has happened in other projects for sure. Thanks for your feedback. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Sounds like a worthy feature. Perhaps an If that sounds good, I'll demo it now. In the interim, you can also use remark's lint ignore command to suppress the warning only for that line (not sure if this is what you were referring to in your second paragraph). UPDATE: Try version 1.1.0. |
Beta Was this translation helpful? Give feedback.
-
It does work now, thank you ✅ |
Beta Was this translation helpful? Give feedback.
Sounds like a worthy feature. Perhaps an
ignoredFirstWords
option that accepts an array of strings/RegExps that causes all matching first words to be ignored.If that sounds good, I'll demo it now. In the interim, you can also use remark's lint ignore command to suppress the warning only for that line (not sure if this is what you were referring to in your second paragraph).
UPDATE: Try version 1.1.0.