We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0244474 commit dc7cb37Copy full SHA for dc7cb37
1 file changed
docs/reference.txt
@@ -128,16 +128,12 @@ The following options are available on the `markdown.markdown` function:
128
129
The dictionary of configuration settings must be in the following format:
130
131
- extension_configs =
132
- {
133
- 'extension_name_1':
134
+ extension_configs = {
+ 'extension_name_1': {
135
'option_1': 'value_1',
136
'option_2': 'value_2'
137
},
138
139
- 'extension_name_2':
140
+ 'extension_name_2': {
141
'option_1': 'value_1'
142
}
143
0 commit comments