Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[MD013] Allow trailing dashes in long list items #302
Comments
|
I will close this issue because it seems link references are working well. |
|
OK to close that one. And thanks @DavidAnson for the tip. |
Here is Markdown list of very long items:
It properly renders into 4 items:
But it does not comply with the
MD013rule:Now I'd like to limit each line to 80 characters. My cleaned-up markdown now looks like:
But this makes
markdownlintunhappy:The thing is I can't simply split the 4th item before the middle dash. The layout below:
rightfully renders the last description into its own sub-list:
This is an edge-case, and I'd like to have
markdownlintdetect and allow for trailing spaces and dashes in long lines.For reference, here the version I'm using:
For the record, this edge-case is currently being discussed at: