ref: master
app/views/cms/_textile_quick_reference.html.erb
<%= _('Textile markup quick reference') %> <%= link_to(_('(show)'), '#', :id => 'textile-quickref-show') %> <%= link_to(_('(hide)'), '#', :id => 'textile-quickref-hide', :style => 'display: none') %><%= _('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:').html_safe) %>
<pre> <code> a.gsub!( /</, '' ) </code> </pre><%= _('See also a more complete Textile Reference.').html_safe % 'http://redcloth.org/hobix.com/textile/' %>