1 <h4 class='heading'><%= t "site.markdown_help.title_html" %></h4>
4 <h4><%= t "site.markdown_help.headings" %></h4>
5 <p># <%= t "site.markdown_help.heading" %><br>
6 ## <%= t "site.markdown_help.subheading" %></p>
9 <h4><%= t "site.markdown_help.unordered" %></h4>
10 <p>* <%= t "site.markdown_help.first" %><br>
11 * <%= t "site.markdown_help.second" %></p>
14 <h4><%= t "site.markdown_help.ordered" %></h4>
15 <p>1. <%= t "site.markdown_help.first" %><br>
16 2. <%= t "site.markdown_help.second" %></p>
19 <h4><%= t "site.markdown_help.link" %></h4>
20 <span>[<%= t "site.markdown_help.text" %>](<%= t "site.markdown_help.url" %>)</span>
23 <h4><%= t "site.markdown_help.image" %></h4>
24 <span>![<%= t "site.markdown_help.alt" %>](<%= t "site.markdown_help.url" %>)</span>