diff --git a/docs/getting_started.rst b/docs/getting_started.rst index e12bd006..eb29d803 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -578,14 +578,8 @@ indenting both the identifier and code:: :::identifier -Alternatively, in Markdown you can use the fenced code blocks, wrapping -your code in ``````` which does not require indenting:: - - A block of text - - ```identifier - - ``` +The python-markdown package offers many extensions to the official Markdown +syntax; you can find them `in the package documentation `_. The specified identifier (e.g. ``python``, ``ruby``) should be one that appears on the `list of available lexers `_.