From eee004cdb5988a1f520143d60222a4d6c396d61f Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 18 Jun 2011 19:02:57 +0200 Subject: [PATCH] update the documentation about code highlighting --- docs/getting_started.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 2187dbb9..a59bc8cf 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -159,6 +159,14 @@ right way your block codes. To do so, you have to use the following syntax:: The identifier is one of the lexers available `here `_. +You also can use the default `::` syntax:: + + :: + + your code goes here + +It will be assumed that your code is witten in python. + Autoreload ----------