From 60930af2df132289d21c6c6f141c0aec8de71089 Mon Sep 17 00:00:00 2001 From: Ben Lubas <56943754+benlubas@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:03:18 -0500 Subject: [PATCH] doc: add `text/html` to supported output chunks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c891bc..eeb5914 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ tested common formats [Plotly](https://plotly.com/python/) + [Kaleido](https://github.com/plotly/Kaleido) - `text/latex`: A LaTeX formula. Rendered into a PNG with [pnglatex](https://pypi.org/project/pnglatex/) +- `text/html`: via the `:MoltenOpenInBrowser` command. This already provides quite a bit of basic functionality, but if you find a use case for a mime-type that isn't currently supported, feel free to open an issue and/or PR!