diff docs/intro.rst @ 164:a4317957148b

Move all lexers into a subpackage pygments_lexer_pseudocode2.lexers. This is to prepare for a new subpackage with filters.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 08 May 2026 21:19:54 +0200
parents 315cfe0a836f
children 6a7dace0141e
line wrap: on
line diff
--- a/docs/intro.rst	Fri May 08 19:49:08 2026 +0200
+++ b/docs/intro.rst	Fri May 08 21:19:54 2026 +0200
@@ -125,4 +125,10 @@
    :language: algpseudocode-fr
    :lines: 2-
 
+And again the *Edmonds–Karp Algorithm* with german keywords:
+
+.. literalinclude:: examples/algorithm-edmonds-karp.pseudocode
+   :language: algpseudocode-de
+   :lines: 2-           
+
 More details you will find :ref:`here <details-algpseudocode>`.