diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 21:04:45 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 21:04:45 +0000 |
commit | f0ac5963b6c21c75f26cb7476ee91dd7f56837e3 (patch) | |
tree | 41a5789f077a9c3553703dd662094e9f5b64de26 /basewiki | |
parent | a56edf45415c7354a5e99c0ffb7157a990a3f2d0 (diff) | |
download | ikiwiki-f0ac5963b6c21c75f26cb7476ee91dd7f56837e3.tar ikiwiki-f0ac5963b6c21c75f26cb7476ee91dd7f56837e3.tar.gz |
renamed
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/markdown.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/basewiki/markdown.mdwn b/basewiki/markdown.mdwn index 3684fe5c1..57fb259f8 100644 --- a/basewiki/markdown.mdwn +++ b/basewiki/markdown.mdwn @@ -5,4 +5,6 @@ email messages. It is the markup language used by this wiki. For documentation about the markdown syntax, see [[HelpOnFormatting]] and [Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). -Note that [[WikiLink]]s and [[PostProcessorDirective]]s are not part of the markdown syntax, and are the only bit of markup that this wiki handles internally. +Note that [[WikiLink]]s and [[PreProcessorDirective]]s are not part of the +markdown syntax, and are the only bit of markup that this wiki handles +internally. |