diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 8ee37162..e12bd006 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -578,6 +578,15 @@ 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 specified identifier (e.g. ``python``, ``ruby``) should be one that appears on the `list of available lexers `_.