19 lines
486 B
Text
19 lines
486 B
Text
<h5><%= t ".title_html" %></h5>
|
|
<dl>
|
|
<dt><%= t ".headings" %></dt>
|
|
<dd># <%= t ".heading" %><br>
|
|
## <%= t ".subheading" %></dd>
|
|
<dt><%= t ".unordered" %></dt>
|
|
<dd>* <%= t ".first" %><br>
|
|
* <%= t ".second" %></dd>
|
|
|
|
<dt><%= t ".ordered" %></dt>
|
|
<dd>1. <%= t ".first" %><br>
|
|
2. <%= t ".second" %></dd>
|
|
|
|
<dt><%= t ".link" %></dt>
|
|
<dd>[<%= t ".text" %>](<%= t ".url" %>)</dd>
|
|
|
|
<dt><%= t ".image" %></dt>
|
|
<dd></dd>
|
|
</dl>
|