aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/footnotes.txt
diff options
context:
space:
mode:
authorJakub Klinkovský <j.l.k@gmx.com>2014-02-15 20:35:55 +0100
committerJakub Klinkovský <j.l.k@gmx.com>2014-02-15 20:35:55 +0100
commitaff7cabd5fa16daff866c06e056804d3f6f42500 (patch)
tree9c81612ef756024dd205022d250fc65e2e11eb3a /docs/extensions/footnotes.txt
parent87716ec3ab5b1e9e3c37d2fc5331ed95f3e311e9 (diff)
downloadmarkdown-aff7cabd5fa16daff866c06e056804d3f6f42500.tar.gz
markdown-aff7cabd5fa16daff866c06e056804d3f6f42500.tar.bz2
markdown-aff7cabd5fa16daff866c06e056804d3f6f42500.zip
docs: capitalization fixes, plural fixes, small wording improvements
Diffstat (limited to 'docs/extensions/footnotes.txt')
-rw-r--r--docs/extensions/footnotes.txt7
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