]> git.openstreetmap.org Git - rails.git/blob - app/views/shared/_markdown_help.html.erb
Fix header button height
[rails.git] / app / views / shared / _markdown_help.html.erb
1 <%# locals: () %>
2
3 <h5>
4   <%= t ".heading_html", :kramdown_link => link_to(t(".kramdown"), t(".kramdown_url")) %>
5 </h5>
6 <dl>
7   <dt><%= t ".headings" %></dt>
8   <dd># <%= t ".heading" %><br>
9       ## <%= t ".subheading" %></dd>
10   <dt><%= t ".unordered" %></dt>
11   <dd>* <%= t ".first" %><br>
12      * <%= t ".second" %></dd>
13
14   <dt><%= t ".ordered" %></dt>
15   <dd>1. <%= t ".first" %><br>
16      2. <%= t ".second" %></dd>
17
18   <dt><%= t ".link" %></dt>
19   <dd>[<%= t ".text" %>](<%= t ".url" %>)</dd>
20
21   <dt><%= t ".image" %></dt>
22   <dd>![<%= t ".alt" %>](<%= t ".url" %>)</dd>
23
24   <dt><%= t ".codeblock" %></dt>
25   <dd>~~~<br><%= t ".codeblock" %><br>~~~</dd>
26 </dl>