]> git.openstreetmap.org Git - rails.git/blob - app/views/site/_markdown_help.html.erb
It's <br> not </br>
[rails.git] / app / views / site / _markdown_help.html.erb
1 <h4 class='heading'><%= t "site.markdown_help.title_html" %></h4>
2 <ul>
3   <li>
4     <h4><%= t "site.markdown_help.headings" %></h4>
5     <p># <%= t "site.markdown_help.heading" %><br>
6        ## <%= t "site.markdown_help.subheading" %></p>
7   </li>
8   <li>
9     <h4><%= t "site.markdown_help.unordered" %></h4>
10     <p>* <%= t "site.markdown_help.first" %><br>
11        * <%= t "site.markdown_help.second" %></p>
12   </li>
13   <li>
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>
17   </li>
18   <li>
19     <h4><%= t "site.markdown_help.link" %></h4>
20     <span>[<%= t "site.markdown_help.text" %>](<%= t "site.markdown_help.url" %>)</span>
21   </li>
22   <li>
23     <h4><%= t "site.markdown_help.image" %></h4>
24     <span>![<%= t "site.markdown_help.alt" %>](<%= t "site.markdown_help.url" %>)</span>
25   </li>
26 </ul>