-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature Request: unwrapped paragraphs #160
Comments
I think a useful generalization of this feature is to allow the maximum line length to be set. Maybe some people like 80 columns on the README file and some other 120. To have no wrap that configuration would be set to infinity. |
I would like to work on this issue. @orium ? |
Sounds good. Take a look at the Make sure it doesn't break markdown incorrectly. Use It should also add both a command line flag ( Also, it shouldn't just make lines shorter. They can also be made longer if the original rustdoc was not using all the width we want in the |
Ok. |
@orium
|
Yes. Ideally what can be nicely wrapped should be wrapped. (For instance, for tables I don't think there is a way to wrap them, but even if there was we probably shouldn't.) |
Should I indent wrapped lines in lists, or leave them unindented like above? Indentation for lists is harder to implement. |
Leave them unindented. |
It should be possible for
cargo-rdme
to output prose paragraphs that are not wrapped into multiple lines, but instead are on a single line. Some projects prefer this style because of, among other reasons, the friendliness towards git diffs.The text was updated successfully, but these errors were encountered: