Copy and paste the text below:
</p>
+<hr>
+
<p>
- <tt>
- [% quoteUrls(form.text) FILTER html %]
- </tt>
+<pre>
+[%- quoteUrls(form.text) FILTER html -%]
+</pre>
</p>
+<hr>
+
<p>
- It will end up looking like this:
+ If you place it in <tt><pre></tt> tags,
+ the text will end up looking like this:
</p>
+<hr>
+
<p>
- [% quoteUrls(form.text) %]
+<pre>
+[%- quoteUrls(form.text) -%]
+</pre>
</p>
+<hr>
+
[% INCLUDE global/footer.html.tmpl %]
</p>
<form action="page.cgi" method="post">
- <textarea cols="80" rows="20" name="text"></textarea>
+ <textarea cols="80" rows="20" name="text" wrap="hard"></textarea>
<br>
<input type="hidden" name="id" value="linked.html">
<input value="Linkify" type="submit">