]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - underlays/basewiki/directive/cutpaste.mdwn
misc minor changes
[git.ikiwiki.info.git] / underlays / basewiki / directive / cutpaste.mdwn
index 56dd993cb3a61516554063c215dd2f9e911a86ba..6b90647e7d02d3da7ad4092008d5de322a0e4822 100644 (file)
@@ -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.
 
  * `\[[!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
 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]]"]]
 
        \[[!toggleable id=foo text="""
          \[[!toggleable id=bar text="\[[!paste id=baz]]"]]