mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #10] Maximum line width #4
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @martinheidegger on GitHub (Jan 22, 2016).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/10
First off: Its really great that you work on this 👍 markdown files make out a lot of our work and linting it can really help. That being said,...
One important issue that I have with markdown is if the paragraphs should be multiline or not. I am of the opinion that paragraphs should be broken after 80 characters to make sure that pull requests go through smoother (and see changes easier). Do you think it would be possible to add an optional check for the maximum line size?
@martinheidegger commented on GitHub (Jan 22, 2016):
Just found the rule 👍
@DavidAnson commented on GitHub (Jan 22, 2016):
Thanks - glad I could help. ;)