Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/lexer-algpseudocode.rst @ 284:1683a10eabb2
FIX: Heading levels
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 20 May 2026 20:32:42 +0200 |
| parents | ee512932d603 |
| children | afbca50b7dc1 |
line wrap: on
line diff
--- 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 ``-``.
