From c27cbd154050c1181eac195a4b0bb19a6bbaf048 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 29 Aug 2014 10:57:18 -0400 Subject: Docs now use dot notation for all extensions. Except were "short names" are explained in the docs, all references to the buitlin extensions now use `markdown.extensions.*` in anticipation of #336. --- docs/extensions/code_hilite.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/extensions/code_hilite.txt') diff --git a/docs/extensions/code_hilite.txt b/docs/extensions/code_hilite.txt index f0648e1..c775df7 100644 --- a/docs/extensions/code_hilite.txt +++ b/docs/extensions/code_hilite.txt @@ -128,7 +128,7 @@ Lets see the source for that: Usage ----- -See [Extensions](index.html) for general extension usage, specify `codehilite` +See [Extensions](index.html) for general extension usage, specify `markdown.extensions.codehilite` as the name of the extension. See the [Library Reference](../reference.html#extensions) for information about -- cgit v1.2.3