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 `_.