You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix(render): handle formatter subclasses and wrap preformatted blocks
The `RawDescriptionHelpFormatter` check used exact equality, so parsers
with a custom formatter inheriting from it (e.g. combining
`ArgumentDefaultsHelpFormatter` with `RawDescriptionHelpFormatter`)
would lose all newline formatting in epilog/description text.
Preformatted blocks (usage, epilog, description) also lacked text
wrapping in HTML, causing long lines to overflow their container
with a horizontal scrollbar instead of wrapping naturally.
0 commit comments