diff options
Diffstat (limited to 'docs/extensions/footnotes.txt')
-rw-r--r-- | docs/extensions/footnotes.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/extensions/footnotes.txt b/docs/extensions/footnotes.txt index e3207a1..a18fb06 100644 --- a/docs/extensions/footnotes.txt +++ b/docs/extensions/footnotes.txt @@ -1,5 +1,5 @@ title: Footnotes Extension -prev_title: Fenced Code Block Extension +prev_title: Fenced Code Blocks Extension prev_url: fenced_code_blocks.html next_title: Tables Extension next_url: tables.html @@ -10,7 +10,8 @@ Footnotes Summary ------- -An extension to Python-Markdown that adds footnote syntax. +The Footnotes extension adds syntax for defining footnotes in Markdown +documents. This extension is included in the standard Markdown library. @@ -63,7 +64,7 @@ is indented consistently and any errors are more easily discernible by the autho Usage ----- -See [Extensions](./index.html) for general extension usage, specify `footnotes` +See [Extensions](index.html) for general extension usage, specify `footnotes` as the name of the extension. See the [Library Reference](../reference.html#extensions) for information about |