From dc7cb37a9d6d705d98b1730a2fcd7ce42e86b55d Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 17 Nov 2016 14:14:57 -0500 Subject: Fox formatting of extension_configs example. Fixes #511. Thanks to @omiday for the report. --- docs/reference.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/reference.txt b/docs/reference.txt index 7268cc6..b65f2dd 100644 --- a/docs/reference.txt +++ b/docs/reference.txt @@ -128,16 +128,12 @@ The following options are available on the `markdown.markdown` function: The dictionary of configuration settings must be in the following format: - extension_configs = - { - 'extension_name_1': - { + extension_configs = { + 'extension_name_1': { 'option_1': 'value_1', 'option_2': 'value_2' }, - { - 'extension_name_2': - { + 'extension_name_2': { 'option_1': 'value_1' } } -- cgit v1.2.3