aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/code_hilite.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/code_hilite.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/code_hilite.txt')
-rw-r--r--docs/extensions/code_hilite.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/extensions/code_hilite.txt b/docs/extensions/code_hilite.txt
index cbbac96..2cdb123 100644
--- a/docs/extensions/code_hilite.txt
+++ b/docs/extensions/code_hilite.txt
@@ -10,7 +10,7 @@ CodeHilite
Summary
-------
-The CodeHilite Extension adds code/syntax highlighting to standard
+The CodeHilite extension adds code/syntax highlighting to standard
Python-Markdown code blocks using [Pygments][].
[Pygments]: http://pygments.org/
@@ -37,7 +37,7 @@ language. When that fails, the code block will display as un-highlighted code.
Syntax
------
-The CodeHilite Extension follows the same [syntax][] as regular Markdown code
+The CodeHilite extension follows the same [syntax][] as regular Markdown code
blocks, with one exception. The hiliter needs to know what language to use for
the code block. There are three ways to tell the hiliter what language the code
block contains and each one has a different result.
@@ -104,7 +104,7 @@ direct the reader's attention.
### When No Language is Defined ###
-CodeHilite is completely backward compatible so that if a code block is
+CodeHilite is completely backwards compatible so that if a code block is
encountered that does not define a language, the block is simply wrapped in
`<pre>` tags and output.
@@ -127,7 +127,7 @@ Lets see the source for that:
Usage
-----
-See [Extensions](./index.html) for general extension usage, specify `codehilite`
+See [Extensions](index.html) for general extension usage, specify `codehilite`
as the name of the extension.
See the [Library Reference](../reference.html#extensions) for information about