area: message renderinghelp wanted
Repository metrics
- Stars
- (853 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
This PR focuses on tracking improvement to issue of displaying 'quoted text' in a better manner.
- The first approach here was to indent quoted text based on the level of quoting. Multi line texts are padded with a padding character.
- V2: Use
LineBoxapproach to display the quoted messages; We could split up thehtmlfor different block-quotes and applysoup2markon each of these.