Is your feature request related to a problem?
The HTML to TUI element converter in clib/htmlconv.c only supports a limited set of tags (h1, h2, a, img, blockquote, table). Other common tags like h3-h6, ul, ol, li, hr, br, pre, code are either ignored or handled as plain text.
Describe the solution you'd like
Add support for more HTML tags in the clib/htmlconv.c parser to improve the rendering of complex HTML emails in the TUI.
Describe alternatives you've considered
N/A
Additional context
Check clib/htmlconv.c and clib/htmlconv.h.
Is your feature request related to a problem?
The HTML to TUI element converter in
clib/htmlconv.conly supports a limited set of tags (h1,h2,a,img,blockquote,table). Other common tags likeh3-h6,ul,ol,li,hr,br,pre,codeare either ignored or handled as plain text.Describe the solution you'd like
Add support for more HTML tags in the
clib/htmlconv.cparser to improve the rendering of complex HTML emails in the TUI.Describe alternatives you've considered
N/A
Additional context
Check
clib/htmlconv.candclib/htmlconv.h.