We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before v2.0 gets adopted too widely, I propose that the markdown version be hard-wrapped to 80 characters like v1.4 mostly was.
Currently in v2.0 a few lines are wrapped at 80, but most are not.
Advantages of wrapping at 80 columns:
Furthermore, Markdown parsers will follow the original standard and treat hard-wraps like a space, so wrapping lines will be transparent to readers.
Some supporting articles:
A PR to address this issue follows shortly.
The text was updated successfully, but these errors were encountered:
Closing this issue since PR was merged. Yay! 😃
Sorry, something went wrong.
No branches or pull requests
Before v2.0 gets adopted too widely, I propose that the markdown version be hard-wrapped to 80 characters like v1.4 mostly was.
Currently in v2.0 a few lines are wrapped at 80, but most are not.
Advantages of wrapping at 80 columns:
Furthermore, Markdown parsers will follow the original standard and treat hard-wraps like a space, so wrapping lines will be transparent to readers.
Some supporting articles:
A PR to address this issue follows shortly.
The text was updated successfully, but these errors were encountered: