From 6d77c7796c1039d0c23fb7c1d16929bd8f78b39b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 15 Oct 2007 15:57:38 +0200 Subject: Grab upstream pages from version 2.9. --- markdown.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 markdown.mdwn (limited to 'markdown.mdwn') diff --git a/markdown.mdwn b/markdown.mdwn new file mode 100644 index 0000000..e7823bb --- /dev/null +++ b/markdown.mdwn @@ -0,0 +1,13 @@ +[Markdown](http://daringfireball.net/projects/markdown/) +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). 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. + -- cgit v1.2.3