From b349bdd80f33394ff824c0245cd48862cb537ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 25 Oct 2012 14:37:05 +0200 Subject: [PATCH] Make it obvious in the docs that you need to indent the identifier as well --- docs/getting_started.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 85a1b559..93c626c0 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -281,6 +281,8 @@ For RestructuredText, use the code-block directive:: For Markdown, include the language identifier just above the code block, indenting both the identifier and code:: + A block of text. + :::identifier