We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bb9af commit 31da0c8Copy full SHA for 31da0c8
docs/extensions/smarty.txt
@@ -29,15 +29,15 @@ keys to the substitution strings.
29
For example, one might use the following configuration to get correct quotes for
30
the German language:
31
32
- extensionConfigs = {
33
- 'smarty': {
34
- 'substitutions': {
35
- 'left-single-quote': '‚', # sb is not a typo!
+ extension_configs = {
+ 'markdown.extensions.smarty': {
+ 'substitutions': {
+ 'left-single-quote': '‚', # sb is not a typo!
36
'right-single-quote': '‘',
37
'left-double-quote': '„',
38
'right-double-quote': '“'
39
}
40
- }
+ }
41
42
43
!!! note
0 commit comments