Try this:
(eww-display-html 'utf-8 (buffer-name) nil (point-min) (current-buffer))
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Try this:
(eww-display-html 'utf-8 (buffer-name) nil (point-min) (current-buffer))
Thanks!
I've always used (shr-render-buffer (current-buffer))
. I don't know the differences from eww-display-html
, but one is that it pops up a buffer named *html*
and renders it there.
Thanks!