diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-03-18 18:10:09 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-03-18 18:10:09 -0700 |
commit | f842c9aaabd1815a5a045b0575ef73e7d02c3136 (patch) | |
tree | 6fec87967a70e9924896a63f2714f6f8a0fb084a /docs | |
parent | 371a637d37cac629818cf4d618299ccfcbbbc1d0 (diff) | |
parent | 5687fc045c3929b34b5d912bc5adcf2a786b1a45 (diff) | |
download | markdown-f842c9aaabd1815a5a045b0575ef73e7d02c3136.tar.gz markdown-f842c9aaabd1815a5a045b0575ef73e7d02c3136.tar.bz2 markdown-f842c9aaabd1815a5a045b0575ef73e7d02c3136.zip |
Merge pull request #86 from SimonSapin/master
Typo fix in doc: s/extension-configs/extension_configs/
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference.txt | 4 |
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') |