X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/e04018ebc14ec0babd2cae1ecc499608aab87c6b..cf42f33400db1231f992020dd0069f6f5c7980d4:/basewiki/markdown.mdwn diff --git a/basewiki/markdown.mdwn b/basewiki/markdown.mdwn index 9a0fff198..57fb259f8 100644 --- a/basewiki/markdown.mdwn +++ b/basewiki/markdown.mdwn @@ -2,8 +2,9 @@ is a minimal markup language that resembles plain text as used in email messages. It is the markup language used by this wiki. -For documentation about the markdown syntax, see +For documentation about the markdown syntax, see [[HelpOnFormatting]] and [Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). -Note that [[WikiLink]]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.