From 252b2fd47e6091f210886dc48bb782939244433a Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Wed, 25 Sep 2024 00:02:37 +0200 Subject: [PATCH] Fix kbd description in gdextension docs system. --- .../scripting/gdextension/gdextension_docs_system.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tutorials/scripting/gdextension/gdextension_docs_system.rst b/tutorials/scripting/gdextension/gdextension_docs_system.rst index aa23fab44..f635a8fdc 100644 --- a/tutorials/scripting/gdextension/gdextension_docs_system.rst +++ b/tutorials/scripting/gdextension/gdextension_docs_system.rst @@ -116,9 +116,9 @@ Currently they supported tags for the GDExtension documentation system are: - ``[s]{text}[/s]`` * - | **kbd** - | Makes ``{text}`` use the mono font and styles the text color and background like a shortcut. + | Makes ``{text}`` use a grey beveled background, indicating a keyboard shortcut. - - ``[code]{text}[/code]`` + - ``[kbd]{text}[/kbd]`` * - | **code** | Makes inline ``{text}`` use the mono font and styles the text color and background like code. @@ -142,9 +142,7 @@ Currently they supported tags for the GDExtension documentation system are: - ``[center]{text}[/center]`` * - | **url** - | Creates a hyperlink (underlined and clickable text). Can contain optional - ``{text}`` or display ``{link}`` as is. - | **Must be handled with the "meta_clicked" signal to have an effect,** see :ref:`doc_bbcode_in_richtextlabel_handling_url_tag_clicks`. + | Creates a hyperlink (underlined and clickable text). Can contain optional ``{text}`` or display ``{link}`` as is. - | ``[url]{link}[/url]`` | ``[url={link}]{text}[/url]``