-
Notifications
You must be signed in to change notification settings - Fork 39
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
fix: Avoid breaking text on hyphens #965
Conversation
Wow, this change seems to have a wide-ranging effect. |
The bottom of tests/valid/draft-template.pages.text |
considerations-rfc2434bis-09.txt>. | ||
Internet-Draft, | ||
draft-narten-iana-considerations-rfc2434bis-09, March 26, | ||
2008, <https://www.ietf.org/archive/id/draft-narten-iana-c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See https://github.com/ietf-tools/xml2rfc/pull/965/#issuecomment-1413237933
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is ugly.
@cabo This change was just a proposal for review. I preferred this because this affects the whole text wrapping. But as you pointed out there are undesirable effects on URLs, but code can be changed to treat URLs differently. See #961 (comment) |
convert this to draft? |
Closing this as this is not the desired solution. |
Fixes #961