From fe9af76e224e84331a2f0383ec8618907b0e045b Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 1 Apr 2012 13:51:44 +0200 Subject: [PATCH] default :: doesn't work for syntactic recognition --- docs/getting_started.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 1647fee4..04a51540 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -168,18 +168,6 @@ For Markdown, format your code blocks thusly: The specified identifier should be one that appears on the `list of available lexers `_. -You also can use the default `::` syntax, in which case it will be assumed -that your code is written in Python. For reStructuredText:: - - :: - - your code goes here - -For Markdown: - - :: - your code goes here - Autoreload ----------