From e39e11fd868103f6c5aeb4683d9be3050a24603b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 Apr 2017 11:06:40 +0530 Subject: [PATCH] Shorter doc --- manual/edit.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/manual/edit.rst b/manual/edit.rst index 5eb9357855..ade4fa21ef 100644 --- a/manual/edit.rst +++ b/manual/edit.rst @@ -783,7 +783,8 @@ The HTML editor has very sophisticated syntax highlighting. Features include: * The text inside bold, italic and heading tags is made bold/italic * As you move your cursor through the HTML, the matching HTML tags are - highlighted + highlighted, and you can jump to the opening or closing tag with the + keyboard shortcuts :kbd:`Ctrl+{` and :kdb:`Ctrl+}` * Invalid HTML is highlighted with a red underline * Spelling errors in the text inside HTML tags and attributes such as title are highlighted. The spell checking is language aware, based on the value @@ -837,12 +838,3 @@ text. The editor allows you to insert a snippet with only a few key strokes. The snippets are very powerful, with many features, such as placeholders you can jump between, automatic mirroring of repeated text and so on. For more information, see :doc:`snippets`. - - -Matching tags -^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -When editing HTML or XML files, the closest tag containing the current cursor -position is automatically highlighted. You can jump to either the opening tag -or the closing tag using the keyboard shortcuts, :kbd:`Ctrl+{` and -:kbd:`Ctrl+}`.