From 9a6d0dce282e7fb58c5610e24c74098c923abfdc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 23 Sep 2020 22:25:06 -0700 Subject: [PATCH] datasette-json-html as render_cell example --- docs/plugin_hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index fc710a2b..fc023ad9 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -398,7 +398,7 @@ If the value matches that pattern, the plugin returns an HTML link element: label=jinja2.escape(data["label"] or "") or " " )) -Examples: `datasette-render-binary `_, `datasette-render-markdown `_ +Examples: `datasette-render-binary `_, `datasette-render-markdown `__, `datasette-json-html `__ .. _plugin_register_output_renderer: