-
-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MD013] Allow trailing dashes in long list items #302
Labels
Comments
kdeldycke
added a commit
to kdeldycke/awesome-iam
that referenced
this issue
Jul 10, 2020
kdeldycke
added a commit
to kdeldycke/awesome-iam
that referenced
this issue
Jul 10, 2020
I will close this issue because it seems link references are working well. |
OK to close that one. And thanks @DavidAnson for the tip. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is Markdown list of very long items:
It properly renders into 4 items:
But it does not comply with the
MD013
rule:Now I'd like to limit each line to 80 characters. My cleaned-up markdown now looks like:
But this makes
markdownlint
unhappy: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
markdownlint
detect 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:
The text was updated successfully, but these errors were encountered: