From 3ae4c9bd03a461bf099b734685b0da99dae30a0e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 10 Feb 2011 16:02:12 +0100 Subject: "WikiLinks and directives" is plural. --- ikiwiki/markdown.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki/markdown.mdwn b/ikiwiki/markdown.mdwn index 6841919..d1aa914 100644 --- a/ikiwiki/markdown.mdwn +++ b/ikiwiki/markdown.mdwn @@ -7,5 +7,5 @@ For documentation about the markdown syntax, see [[formatting]] and [Markdown: syntax](http://daringfireball.net/projects/markdown/syntax). Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part -of the markdown syntax, and are the only bit of markup that this wiki +of the markdown syntax, and are the only bits of markup that this wiki handles internally. -- cgit v1.2.3 From c7067b913282b65763768ac0b6dad7fe7d038194 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 10 Feb 2011 16:03:42 +0100 Subject: Headlines are _semantic_ so refer to their _level_ (not size). --- ikiwiki/formatting.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki/formatting.mdwn b/ikiwiki/formatting.mdwn index befbce9..d2a5f46 100644 --- a/ikiwiki/formatting.mdwn +++ b/ikiwiki/formatting.mdwn @@ -24,7 +24,7 @@ do) followed by a period: To create a header, start a line with one or more `#` characters followed by a space and the header text. The number of `#` characters controls the -size of the header: +level of the header: # # h1 ## ## h2 -- cgit v1.2.3