From 9d958c311dc9db513695ff1d7f0b7b409beed9a8 Mon Sep 17 00:00:00 2001 From: Sebastiaan Mathot Date: Thu, 13 Mar 2014 18:09:30 +0100 Subject: [PATCH] Update readme --- readme/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme/readme.md b/readme/readme.md index f16d7c7..e80be75 100644 --- a/readme/readme.md +++ b/readme/readme.md @@ -122,7 +122,13 @@ Previous references will be cached automatically. To refresh, remove the file `. ## Academic Markdown extensions -Academic Markdown provides certain extensions to regular Markdown, in the form of YAML blocks embedded in `%-- --%` tags. +Academic Markdown provides certain extensions to regular Markdown, in the form of YAML blocks embedded in `%-- --%` tags. You can which, and the order in which, extensions are called by settings the `extensions` list: + +~~~ {.python} +from academicmarkdown import build +# First call the include extension, second call the figure extension +build.extensions = [u'include', u'figure'] +~~~ ### `code`: Code listings