From 1b06fb04b4465529d7ad767ea5c3b5b4798933d0 Mon Sep 17 00:00:00 2001 From: benjaoming Date: Sun, 3 Feb 2013 14:27:45 +0100 Subject: [PATCH] Fix example code --- wiki/plugins/macros/markdown_extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/plugins/macros/markdown_extensions.py b/wiki/plugins/macros/markdown_extensions.py index 357703de..7c783d1e 100644 --- a/wiki/plugins/macros/markdown_extensions.py +++ b/wiki/plugins/macros/markdown_extensions.py @@ -54,6 +54,6 @@ class MacroPreprocessor(markdown.preprocessors.Preprocessor): article_list.meta = dict( short_description = _(u'Article list'), help_text = _(u'Insert a list of articles in this level.'), - example_code = _(u'[article_list:depth=2]'), + example_code = _(u'[article_list depth:2]'), args = {'depth': _('Maximum depth to show levels for.')} ) -- 2.45.2