<%= t ".title_html" %>
<%= t ".headings" %>
# <%= t ".heading" %>
## <%= t ".subheading" %>
<%= t ".unordered" %>
* <%= t ".first" %>
* <%= t ".second" %>
<%= t ".ordered" %>
1. <%= t ".first" %>
2. <%= t ".second" %>
<%= t ".link" %>
[<%= t ".text" %>](<%= t ".url" %>)
<%= t ".image" %>
![<%= t ".alt" %>](<%= t ".url" %>)