diff --git a/app/views/cms/_textile_quick_reference.rhtml b/app/views/cms/_textile_quick_reference.rhtml index dc227ac..2c8a733 100644 --- a/app/views/cms/_textile_quick_reference.rhtml +++ b/app/views/cms/_textile_quick_reference.rhtml @@ -14,7 +14,15 @@
<%= _('Numbered lists:') %>
# <%= _('first item') %> # <%= _('second item') %>-
<%= _('See also a more complete Textile Reference') % 'http://redcloth.org/hobix.com/textile/' %>
+<%= h(_('For code, use HTML tags
and , and indent the code inside them:')) %>
+
+<pre>
+<code>
+ a.gsub!( /</, '' )
+</code>
+</pre>
+
+ <%= _('See also a more complete Textile Reference.') % 'http://redcloth.org/hobix.com/textile/' %>
--
libgit2 0.21.2