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 text wrapping (obsolete?) #194

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

add text wrapping (obsolete?) #194

wants to merge 14 commits into from

Conversation

yshavit
Copy link
Owner

@yshavit yshavit commented Dec 8, 2024

Adds a --wrap_width <n> for markdown formatting.

resolves #192

@yshavit yshavit marked this pull request as draft December 9, 2024 07:47
yshavit added a commit that referenced this pull request Jan 6, 2025
This is everything except the changes to:

- src/output.rs: this will need to be reimplemented, now that #198 is
  done.
- src/str_utils.rs: not sure yet if I need these
- tests/md_cases/select_link.toml: I don't think I needed this, either

For output.rs, I did copy tests.

This breaks compilation, because I haven't even stubbed out the Output
stuff. That'll come next.
@yshavit yshavit mentioned this pull request Jan 6, 2025
@yshavit yshavit changed the title add text wrapping add text wrapping (obsolete?) Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

provide hard-wrapping on output
1 participant