diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-05-29 19:34:14 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-05-29 19:34:14 +0200 |
commit | 6e758c32510570311c30b086fc17c64823fd53db (patch) | |
tree | 3bb8c4e6b6a7779d1ff9c994a43a1654ca9924ed /ikiwiki/markdown.mdwn | |
parent | 944b1d766bab2ddf577d447bec670d26be6bab1d (diff) | |
parent | ef822340190099f08caed767742ce01a43a156e8 (diff) |
Merge branch 'master' of debian@coreander:/srv/git/source.jones.dk/ikiwiki_basewiki into scs
Diffstat (limited to 'ikiwiki/markdown.mdwn')
-rw-r--r-- | ikiwiki/markdown.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ikiwiki/markdown.mdwn b/ikiwiki/markdown.mdwn index 73aee9c..bbda9ad 100644 --- a/ikiwiki/markdown.mdwn +++ b/ikiwiki/markdown.mdwn @@ -1,10 +1,11 @@ +[[!meta robots="noindex, follow"]] [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 [[formatting]] and [Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). A -[markdown mode](http://jrblevin.freeshell.org/software/markdown-mode/) for +[markdown mode](http://jblevins.org/projects/markdown-mode/) for emacs can help in editing. Note that [[WikiLink]]s and [[PreProcessorDirective]]s are not part of the |