diff options
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']) |