summaryrefslogtreecommitdiff
path: root/docs/reference.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference.txt')
-rw-r--r--docs/reference.txt10
1 files changed, 3 insertions, 7 deletions
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'
}
}