X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=ac45b9951e2d01d1a570c3803a967de609a401ea;hp=bd8cc42be2a65712ab69a3bd65aff7d27f84132e;hb=f3b23582df125ed5fc1c01e478f9001694429de8;hpb=c3fdacda3b33e176d6c139ef876519bfc08ae6b2 diff --git a/elpher.el b/elpher.el index bd8cc42..ac45b99 100644 --- a/elpher.el +++ b/elpher.el @@ -927,6 +927,8 @@ The response is assumed to be in the variable `elpher-gemini-response'." (pcase mime-type ((or "text/gemini" "") (elpher-render-gemini-map body parameters)) + ("text/html" + (elpher-render-html body)) ((pred (string-prefix-p "text/")) (elpher-render-gemini-plain-text body parameters)) ((pred (string-prefix-p "image/"))