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: