diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-17 18:09:09 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-17 18:09:09 +0000 |
commit | 724c011d940280a5545dbe0dbe2dd5b2cb2a721e (patch) | |
tree | 19c3a21936f5bc8b65ce6078391e58d2515ecf3b | |
parent | 5611842d3c461fbfcf2bb3a2d35585e2e5769b68 (diff) |
web commit by NicolasLimare: madkdown-mode.el
-rw-r--r-- | doc/markdown.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/markdown.mdwn b/doc/markdown.mdwn index 317a17db9..e7823bbf6 100644 --- a/doc/markdown.mdwn +++ b/doc/markdown.mdwn @@ -3,8 +3,11 @@ is a minimal markup language that resembles plain text as used in email messages. It is the markup language used by this wiki by default. For documentation about the markdown syntax, see [[HelpOnFormatting]] and -[Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). +[Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). A +[markdown mode](http://jrblevin.freeshell.org/software/markdown-mode/) for +emacs can help in editing. 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. + |