From 8d84c356bdf27c40a2e694a3e50f44830b8c6fd6 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 7 Sep 2012 13:45:45 -0300 Subject: Fixed #141. Minor typo on wikilinks docs. Thanks for the report. --- docs/extensions/wikilinks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/extensions') diff --git a/docs/extensions/wikilinks.txt b/docs/extensions/wikilinks.txt index b5e2b04..5f6d20e 100644 --- a/docs/extensions/wikilinks.txt +++ b/docs/extensions/wikilinks.txt @@ -99,7 +99,7 @@ could also pass in a callable which must accept three arguments (``label``, The option is also provided to change or remove the class attribute. >>> html = markdown.markdown(text, - ... ['wikilink(base_url=myclass)'] + ... ['wikilink(html_class=myclass)'] ... ) Would cause all wikilinks to be assigned to the class `myclass`. -- cgit v1.2.3