Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/details-algpseudocode.rst @ 145:c4f6f5e771b0
Also define the :algpseudocode: role globally in the package documentation.
More external links.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 07 May 2026 12:30:25 +0200 |
| parents | b616f9645e37 |
| children | b4688f6cc7b1 |
line wrap: on
line diff
--- a/docs/details-algpseudocode.rst Thu May 07 12:21:53 2026 +0200 +++ b/docs/details-algpseudocode.rst Thu May 07 12:30:25 2026 +0200 @@ -5,10 +5,6 @@ AlgPseudocode *************** -.. role:: algpseudocode(code) - :language: algpseudocode - - Lexer Options ============= @@ -56,7 +52,7 @@ Literals ======== -Strings and numbers as in `Python <https://www.python.org>`_. +Strings and numbers as in `Python`_. To yield non-string-delimiting single- and double-quotes you have to escape them using ``\'`` or ``\"``. This must be used to typeset something as
