Skip to content
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

Add Limits to Line Length #51

Closed
jrg94 opened this issue Dec 15, 2021 · 2 comments
Closed

Add Limits to Line Length #51

jrg94 opened this issue Dec 15, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@jrg94
Copy link
Member

jrg94 commented Dec 15, 2021

Right now, paragraphs are rendered on a single line. One thing I'd love for this library to do would be to have some support for pretty printing the documents. At the very least, it would be nice to render the text with line length limits.

@jrg94 jrg94 added the enhancement New feature or request label Jan 4, 2023
@jrg94
Copy link
Member Author

jrg94 commented Jan 4, 2023

This seemed like a somewhat trivial feature assuming we could use the textwrap standard library on the paragraph output. However, I'm running into some issues with formatting of code blocks as a result. I suspect this is an issue on my end and has nothing to do with the library, but I'm still hesitant.

@jrg94 jrg94 linked a pull request Jan 4, 2023 that will close this issue
@jrg94
Copy link
Member Author

jrg94 commented Jan 4, 2023

Yeah, without having control over when lines are broken, there are definitely going to be issues that crop up with the markdown syntax. Not a feature that I want to rush into including right now.

@jrg94 jrg94 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant