aboutsummaryrefslogtreecommitdiffstats
path: root/docs/reference.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference.txt')
-rw-r--r--docs/reference.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference.txt b/docs/reference.txt
index b051e92..603200b 100644
--- a/docs/reference.txt
+++ b/docs/reference.txt
@@ -69,12 +69,12 @@ The following options are available on the `markdown.markdown` function:
`extensions=['extra']` will first look for the module
`markdown.extensions.extra`, then a module named `mdx_extra`.
-* __`extension-configs`__{: #extension_configs }: A dictionary of
+* __`extension_configs`__{: #extension_configs }: A dictionary of
configuration settings for extensions.
The dictionary must be of the following format:
- extension-configs = {'extension_name_1':
+ extension_configs = {'extension_name_1':
[
('option_1', 'value_1'),
('option_2', 'value_2')