Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/lexer-algpseudocode.rst @ 274:77cfab93a60e
FIX: Example when escaping string delimiters
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 20 May 2026 09:51:29 +0200 |
| parents | 9790553d7225 |
| children | 397ed930a5ba |
line wrap: on
line diff
--- a/docs/lexer-algpseudocode.rst Tue May 19 23:27:26 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Wed May 20 09:51:29 2026 +0200 @@ -192,7 +192,7 @@ To have non-string-delimiting single- and double-quotes in the output you have to escape them using ``\'`` or ``\"``. -This must be used to typeset something as :algpseudocode:`f\\'(x) = 0`. +This must be used to typeset something as :algpseudocode:`f\'(x) = 0`. .. code-block:: algpseudocode
