ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
65 stars 38 forks source link

fix: Break word when line overflows #1021

Closed kesara closed 1 year ago

kesara commented 1 year ago

When a word is too big to fit in a line in HTML and PDF outputs, break the word.

Fixes #687

kesara commented 1 year ago

Code is fine, maybe change commit message to "when line overflows" instead of "when the overlap" for clarity?

I have updated the commit message.