1 {{#styleguide-example title="h1"}} 2 <h1>{{i18n "styleguide.sections.typography.example"}}</h1> 3 {{/styleguide-example}} 4 5 {{#styleguide-example title="h2"}} 6 <h2>{{i18n "styleguide.sections.typography.example"}}</h2> 7 {{/styleguide-example}} 8 9 {{#styleguide-example title="h3"}} 10 <h3>{{i18n "styleguide.sections.typography.example"}}</h3> 11 {{/styleguide-example}} 12 13 {{#styleguide-example title="h4"}} 14 <h4>{{i18n "styleguide.sections.typography.example"}}</h4> 15 {{/styleguide-example}} 16 17 {{#styleguide-example title="h5"}} 18 <h5>{{i18n "styleguide.sections.typography.example"}}</h5> 19 {{/styleguide-example}} 20 21 {{#styleguide-example title="h6"}} 22 <h6>{{i18n "styleguide.sections.typography.example"}}</h6> 23 {{/styleguide-example}} 24 25 {{#styleguide-example title="p"}} 26 <p>{{i18n "styleguide.sections.typography.paragraph"}}</p> 27 {{/styleguide-example}}