* 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>
6 lines
218 B
Text
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>
|