<%= _('Simple formatting:') %> _<%= _('italics') %>_
*<%= _('bold') %>*
, -<%= _('striked')%>-
.
<%= _('Links:') %> "Noosfero":http://noosfero.org/
<%= _('Images:') %> !http://example.com/image.png!
<%= _('Bullet lists:') %>
* <%= _('first item') %>
* <%= _('second item') %>
<%= _('Numbered lists:') %>
# <%= _('first item') %>
# <%= _('second item') %>
<%= 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/' %>