From 31da0c8814b647d7e28ddfda8673eb9eb6a7385a Mon Sep 17 00:00:00 2001 From: Jakob Kramer Date: Fri, 13 Mar 2015 23:07:43 +0100 Subject: fix broken documentation code --- docs/extensions/smarty.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/extensions/smarty.txt b/docs/extensions/smarty.txt index d511da1..247658a 100644 --- a/docs/extensions/smarty.txt +++ b/docs/extensions/smarty.txt @@ -29,15 +29,15 @@ keys to the substitution strings. For example, one might use the following configuration to get correct quotes for the German language: - extensionConfigs = { - 'smarty': { - 'substitutions': { - 'left-single-quote': '‚', # sb is not a typo! + extension_configs = { + 'markdown.extensions.smarty': { + 'substitutions': { + 'left-single-quote': '‚', # sb is not a typo! 'right-single-quote': '‘', 'left-double-quote': '„', 'right-double-quote': '“' } - } + } } !!! note -- cgit v1.2.3