docbrown/app/views/pages/_editor_guide_h3.html.erb
rhymes 23c661bb0a
Cleanup markup of editor guide (#13491)
* Improve HTML markup

* Implement some a11y changes

* Update app/views/pages/_v1_editor_guide_preamble.html.erb

Co-authored-by: Nick Taylor <nick@forem.com>

Co-authored-by: Nick Taylor <nick@forem.com>
2021-04-26 18:44:18 +02:00

6 lines
218 B
Text

<h3 id="<%= id %>" class="permalink-heading">
<strong><%= title %></strong>
<a href="#<%= id %>" aria-label="permalink for <%= title %>">
<%= inline_svg_tag("small-link.svg", aria_hidden: true) %>
</a>
</h3>