JoshuaKGoldberg / sentences-per-line

Contributed markdownlint rule for limiting sentences per line. 📐
MIT License
8 stars 1 forks source link

Provide auto-fixing #24

Open JoshuaKGoldberg opened 5 years ago

JoshuaKGoldberg commented 5 years ago

https://github.com/DavidAnson/markdownlint/issues/80

This seems like a trivial feature to add: replace a complaining ". " with ".\n ".

Knowing whether to use \r\n or \n is a harder problem. I'm ok with not tackling it 😉.

DavidAnson commented 3 years ago

@JoshuaKGoldberg Good news, \n is platform-independent in a custom rule fix! More info here: https://github.com/DavidAnson/markdownlint/blob/main/doc/CustomRules.md

JoshuaKGoldberg commented 7 months ago

On second thought, removing good first issue. Still accepting PRs though - I just think this is best done by someone who's a little more familiar with the codebase than an absolute beginner.