]> git.openstreetmap.org Git - rails.git/blob - app/views/site/_markdown_help.html.erb
Merge pull request #1151 from polarbearing/patch-1
[rails.git] / app / views / site / _markdown_help.html.erb
1 <h4 class='heading'><%= t ".title_html" %></h4>
2 <ul>
3   <li>
4     <h4><%= t ".headings" %></h4>
5     <p># <%= t ".heading" %><br>
6        ## <%= t ".subheading" %></p>
7   </li>
8   <li>
9     <h4><%= t ".unordered" %></h4>
10     <p>* <%= t ".first" %><br>
11        * <%= t ".second" %></p>
12   </li>
13   <li>
14     <h4><%= t ".ordered" %></h4>
15     <p>1. <%= t ".first" %><br>
16        2. <%= t ".second" %></p>
17   </li>
18   <li>
19     <h4><%= t ".link" %></h4>
20     <span>[<%= t ".text" %>](<%= t ".url" %>)</span>
21   </li>
22   <li>
23     <h4><%= t ".image" %></h4>
24     <span>![<%= t ".alt" %>](<%= t ".url" %>)</span>
25   </li>
26 </ul>