Post AdKefUZKXAbkIW48kS by rahguzar@emacs.ch
 (DIR) More posts by rahguzar@emacs.ch
 (DIR) Post #AdKefUZKXAbkIW48kS by rahguzar@emacs.ch
       2023-12-30T09:06:43Z
       
       0 likes, 1 repeats
       
       Recently I wrote some patches (installed on #Emacs master) to allow shr and eww to display small images inline. The motivation was to be able to read #math articles from #wikipedia in eww. They same set of patches also added outline-minor-mode support. All this with some further tweaks in my config makes reading wikipedia in meacs a better experience than firefox most of the time.One exception is tables: they don't render the images (I think it is to simply the width calculations).Why would tables have images? Well wikipedia uses them for collapsable sections like the proof here https://en.wikipedia.org/wiki/Cyclotomic_polynomial#Applications : in eww all the inline typset images end up below the table.For people who know html: do you see a way to handle cases like this specially?