diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-03-07 09:08:36 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-03-07 09:08:36 -0500 |
commit | 9fd4a5f1600c96406ad0fb86b1a8287d525972ac (patch) | |
tree | ea8907182d758d051fce4bb54f445a113ceea92b /docs/extensions/index.md | |
parent | 9c2830f7b0273ae399b771a7d9780ee7a7430fc4 (diff) | |
download | markdown-9fd4a5f1600c96406ad0fb86b1a8287d525972ac.tar.gz markdown-9fd4a5f1600c96406ad0fb86b1a8287d525972ac.tar.bz2 markdown-9fd4a5f1600c96406ad0fb86b1a8287d525972ac.zip |
Fixed up some formating errors in docs and added/fixed more internal links.
Diffstat (limited to 'docs/extensions/index.md')
-rw-r--r-- | docs/extensions/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/index.md b/docs/extensions/index.md index 293d1b0..82b0eda 100644 --- a/docs/extensions/index.md +++ b/docs/extensions/index.md @@ -13,7 +13,7 @@ to change and/or extend the behavior of the parser without having to edit the actual source files. To use an extension, pass it's name to markdown with the `extensions` keyword. -See the [Library Reference](../reference.html) for more details. +See the [Library Reference](../reference.html#extensions) for more details. markdown.markdown(some_text, extensions=['extra', 'nl2br']) |