HTML Renderer
An Elisp implementation of HTML table rendering using SVG. Note: The entry point is shr-render. Sample Table <html> <body> <table border="1"> <tr bgcolor="#9acd32"> <th style="text-align:left">Title</th> <th style="text-align:left">Artist</th> </tr> <tr> <td>Empire Burlesque</td> <td>Bob Dylan</td> </tr> </table> </body> </html> Code https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/net/shr.el https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/formula.el