From d48451755568994b0aefd255bbfaf1b5aa63dbff Mon Sep 17 00:00:00 2001 From: Massimo Santini Date: Fri, 11 Feb 2011 15:36:04 +0100 Subject: [PATCH] Added a small fix to pygments use --- docs/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 91f9e2fa..bc7c73d0 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -137,8 +137,8 @@ Syntactic recognition Pelican is able to regognise the syntax you are using, and to colorize the right way your block codes. To do so, you have to use the following syntax:: - ::code-block identifier - your code goes here + .. code-block:: identifier + your code goes here The identifier is one of the lexers available `here `_.