Note that Python code in code blocks is parsed.

This commit is contained in:
Georg Brandl
2009-02-23 19:23:08 +01:00
parent 2d0345a7d9
commit cadb5af9f1

View File

@@ -30,7 +30,10 @@ installed) and handled in a smart way:
config value.
* Within Python highlighting mode, interactive sessions are recognized
automatically and highlighted appropriately.
automatically and highlighted appropriately. Normal Python code is only
highlighted if it is parseable (so you can use Python as the default, but
interspersed snippets of shell commands or other code blocks will not be
highlighted as Python).
* The highlighting language can be changed using the ``highlight`` directive,
used as follows::