From 2940ea9c9beff94b47a46559937c8fb0512dd4d8 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 18 May 2015 13:24:48 +0100 Subject: [PATCH] Fix too short underline --- docs/reference/pages/editing_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/pages/editing_api.rst b/docs/reference/pages/editing_api.rst index 52a34c5e9b..c0440767eb 100644 --- a/docs/reference/pages/editing_api.rst +++ b/docs/reference/pages/editing_api.rst @@ -418,7 +418,7 @@ If you're interested in extending the capabilities of the Wagtail WYSIWYG editor .. _extending_wysiwyg: Extending the WYSIWYG Editor (``hallo.js``) ---------------------------------------- +------------------------------------------- To inject JavaScript into the Wagtail page editor, see the :ref:`insert_editor_js ` hook. Once you have the hook in place and your ``hallo.js`` plugin loads into the Wagtail page editor, use the following JavaScript to register the plugin with ``hallo.js``.