Initial checklist
Problem
I frequently see list items like this:
This is a single item, but it's visually ambiguous (seems like "Bar" could be a separate paragraph). I'd like to have a way to find these and replace them with:
Current solutions
None that I could find. remark-lint-list-item-content-indent and remark-lint-no-paragraph-content-indent both seem like they could be relevant, but neither of them emits a warning in this case.
Proposed solutions
Add a new plugin, say remark-lint-no-paragraph-content-dedent, that flags situations like this.
Initial checklist
Problem
I frequently see list items like this:
This is a single item, but it's visually ambiguous (seems like "Bar" could be a separate paragraph). I'd like to have a way to find these and replace them with:
Current solutions
None that I could find.
remark-lint-list-item-content-indentandremark-lint-no-paragraph-content-indentboth seem like they could be relevant, but neither of them emits a warning in this case.Proposed solutions
Add a new plugin, say
remark-lint-no-paragraph-content-dedent, that flags situations like this.