diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-02-10 16:02:12 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-02-10 16:02:34 +0100 |
commit | 2b9f4b2135de9f94dbe48fa201bd49746242e822 (patch) | |
tree | 43d0b883222e4d5cad86930d7170b1b4acb18845 | |
parent | f3ada760d40b3a2db91538187e86caecfb33a8ea (diff) |
"WikiLinks and directives" is plural.
-rw-r--r-- | ikiwiki/markdown.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki/markdown.mdwn b/ikiwiki/markdown.mdwn index 6841919..d1aa914 100644 --- a/ikiwiki/markdown.mdwn +++ b/ikiwiki/markdown.mdwn @@ -7,5 +7,5 @@ For documentation about the markdown syntax, see [[formatting]] and [Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part -of the markdown syntax, and are the only bit of markup that this wiki +of the markdown syntax, and are the only bits of markup that this wiki handles internally. |