aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/fenced_code_blocks.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/fenced_code_blocks.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/fenced_code_blocks.txt')
-rw-r--r--docs/extensions/fenced_code_blocks.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/extensions/fenced_code_blocks.txt b/docs/extensions/fenced_code_blocks.txt
index b03c886..206f6da 100644
--- a/docs/extensions/fenced_code_blocks.txt
+++ b/docs/extensions/fenced_code_blocks.txt
@@ -1,5 +1,5 @@
-title: Fenced Code Block Extension
-prev_title: Definition List Extension
+title: Fenced Code Blocks Extension
+prev_title: Definition Lists Extension
prev_url: definition_lists.html
next_title: Footnotes Extension
next_url: footnotes.html
@@ -10,8 +10,8 @@ Fenced Code Blocks
Summary
-------
-This extension adds a secondary way to define code blocks which overcomes a few
-limitations of the indented code blocks.
+The Fenced Code Blocks extension adds a secondary way to define code blocks,
+which overcomes a few limitations of the indented code blocks.
This extension is included in the standard Markdown library.
@@ -96,12 +96,12 @@ The lines can be specified with PHP Extra's syntax:
[CodeHilite]: code_hilite.html
[Pygments]: http://pygments.org/
-[colon]: ./code_hilite.html#colons
+[colon]: code_hilite.html#colons
Usage
-----
-See [Extensions](./index.html) for general extension usage, specify `fenced_code`
+See [Extensions](index.html) for general extension usage, specify `fenced_code`
as the name of the extension.
This extension does not accept any special configuration options.