summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-21 17:19:03 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-21 17:19:03 +0000
commit491338496eed1230b8ff5d853e2f7941a0c3706a (patch)
treec8d6c19cb2967b1ccfb6edb1c10d778233e81f78 /doc
parent37f8769b41318cd2808842b621bb58b81aa5da66 (diff)
web commit by JoshTriplett: Unindent my comment and reply to the right level, and provide an example.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/Print_link.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/todo/Print_link.mdwn b/doc/todo/Print_link.mdwn
index 7a4dd3e2c..f842ec42b 100644
--- a/doc/todo/Print_link.mdwn
+++ b/doc/todo/Print_link.mdwn
@@ -55,7 +55,11 @@ for all ikiwiki pages. --Pawel
>>>> BTW, I also was thinkig about plugin to CVS support,
>>>> but unfortunately I don't have too much free time. --Pawel
->>>> You don't need a stylesheet-switching UI or a printer-friendly
->>>> version; just link to a stylesheet with media="print". --[[JoshTriplett]]
+>> You don't need a stylesheet-switching UI or a printer-friendly
+>> version; just link to a stylesheet with `media="print"`. --[[JoshTriplett]]
->>>>> Example? --[[Joey]]
+>>> Example? --[[Joey]]
+
+>>>> I used `meta` to add a `media="print"` stylesheet to the [[sandbox]]. In print or
+>>>> print preview (on browsers supporting data URIs), you should no longer
+>>>> see the search form. --[[JoshTriplett]]