<%= t ".heading_html", :kramdown_link => link_to(t(".kramdown"), t(".kramdown_url")) %>
  - <%= 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 ".codeblock" %>
 
  - ~~~
<%= t ".codeblock" %>
~~~