aboutsummaryrefslogtreecommitdiff
path: root/underlays/basewiki/directive/cutpaste.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-11 18:29:07 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-11 18:29:07 -0400
commit5e4767a594f238327a4c74f1aecc69779a237eab (patch)
treef9d0f4383ddbb7d3e0064d20e3a68e38e3e0ab74 /underlays/basewiki/directive/cutpaste.mdwn
parenteb92d09360e871f4af059c30e70cf7f0b24315e2 (diff)
downloadikiwiki-5e4767a594f238327a4c74f1aecc69779a237eab.tar
ikiwiki-5e4767a594f238327a4c74f1aecc69779a237eab.tar.gz
misc minor changes
Diffstat (limited to 'underlays/basewiki/directive/cutpaste.mdwn')
-rw-r--r--underlays/basewiki/directive/cutpaste.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/underlays/basewiki/directive/cutpaste.mdwn b/underlays/basewiki/directive/cutpaste.mdwn
index 56dd993cb..6b90647e7 100644
--- a/underlays/basewiki/directive/cutpaste.mdwn
+++ b/underlays/basewiki/directive/cutpaste.mdwn
@@ -1,6 +1,7 @@
-The `copy`, `cut` and `paste` directives are supplied by the [[!iki plugins/cutpaste]] plugin.
+The `copy`, `cut` and `paste` directives are supplied by the
+[[!iki plugins/cutpaste]] plugin.
-With these directives you can store and recall pieces of text:
+With these directives you can store and recall pieces of text in a page:
* `\[[!cut id=name text="text"]]` memorizes the text allowing to recall it
using the given ID. The text being cut is not included in the output.
@@ -42,7 +43,7 @@ This can potentially be used to create loops, but ikiwiki is clever and breaks
them.
Since you can paste without using double quotes, copy and paste can be used to
-nest directive that require multiline parameters inside each other:
+nest directives that require multiline parameters inside each other:
\[[!toggleable id=foo text="""
\[[!toggleable id=bar text="\[[!paste id=baz]]"]]