# HG changeset patch # User Franz Glasner # Date 1779301962 -7200 # Node ID 1683a10eabb2d27bc45bd2d2dd367676e3f4b767 # Parent 5eba722df93eea51bb932f98e706e7b40a8f4e4c FIX: Heading levels diff -r 5eba722df93e -r 1683a10eabb2 docs/lexer-algpseudocode.rst --- a/docs/lexer-algpseudocode.rst Wed May 20 17:31:20 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Wed May 20 20:32:42 2026 +0200 @@ -7,7 +7,7 @@ .. only:: html - .. contents:: + .. contents:: .. only:: html @@ -276,7 +276,7 @@ Commands With Required Parameters -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +--------------------------------- .. code-block:: algpseudocode @@ -310,7 +310,7 @@ Commands With Optional Parameters -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +--------------------------------- Some ``END``-commands have optional parameters: @@ -335,10 +335,10 @@ Commands Without Parameters -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +--------------------------- "Normal" Commands -''''''''''''''''' +~~~~~~~~~~~~~~~~~ .. code-block:: algpseudocode @@ -376,7 +376,7 @@ END-Commands -'''''''''''' +~~~~~~~~~~~~ The separator character can be empty, a run of ASCII spaces, a run of TAB characters, a single underscore ``_`` or a single hyphen ``-``.