From aff7cabd5fa16daff866c06e056804d3f6f42500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Sat, 15 Feb 2014 20:35:55 +0100 Subject: docs: capitalization fixes, plural fixes, small wording improvements --- docs/extensions/code_hilite.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/extensions/code_hilite.txt') 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 `
` 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
-- 
cgit v1.2.3