aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/attr_list.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/attr_list.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/attr_list.txt')
-rw-r--r--docs/extensions/attr_list.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/extensions/attr_list.txt b/docs/extensions/attr_list.txt
index 1af1510..818fe53 100644
--- a/docs/extensions/attr_list.txt
+++ b/docs/extensions/attr_list.txt
@@ -1,7 +1,7 @@
-title: Attribute List Extension
-prev_title: Abbreviation Extension
+title: Attribute Lists Extension
+prev_title: Abbreviations Extension
prev_url: abbreviations.html
-next_title: Definition List Extension
+next_title: Definition Lists Extension
next_url: definition_lists.html
Attribute Lists
@@ -10,15 +10,15 @@ Attribute Lists
Summary
-------
-An extension to Python-Markdown that adds a syntax to define attributes on
-the various HTML elements in markdown's output.
+The Attribute Lists extension adds a syntax to define attributes on the various
+HTML elements in markdown's output.
This extension is included in the standard Markdown library.
Syntax
------
-The basic syntax was inspired by [Maruku][]'s Attribute List feature.
+The basic syntax was inspired by [Maruku][]'s Attribute Lists feature.
[Maruku]: http://maruku.rubyforge.org/proposal.html#attribute_lists
@@ -82,7 +82,7 @@ The above results in the following output:
Usage
-----
-See [Extensions](./index.html) for general extension usage, specify `attr_list`
+See [Extensions](index.html) for general extension usage, specify `attr_list`
as the name of the extension.
This extension does not accept any special configuration options.