Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Mar 13, 2014
1 parent cf8d5ad commit 9d958c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9d958c3

Please sign in to comment.