summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.topdeps1
-rw-r--r--.topmsg6
-rw-r--r--ikiwiki/formatting.mdwn2
-rw-r--r--ikiwiki/markdown.mdwn2
4 files changed, 9 insertions, 2 deletions
diff --git a/.topdeps b/.topdeps
new file mode 100644
index 0000000..fc3aa50
--- /dev/null
+++ b/.topdeps
@@ -0,0 +1 @@
+ikiwiki
diff --git a/.topmsg b/.topmsg
new file mode 100644
index 0000000..d49d7e6
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,6 @@
+From: Jonas Smedegaard <dr@jones.dk>
+Subject: [PATCH] master
+
+virtual copy of origin branch ikiwiki.
+
+Signed-off-by: Jonas Smedegaard <dr@jones.dk>
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
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.