mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Explain tags
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<hr style="margin-bottom: 0;">
|
||||
|
||||
<h3 id="{{ include.name | downcase }}" class="title" style="padding-top: 1.5rem;">
|
||||
<h3 id="{{ include.name | slugify }}" class="title anchor-title">
|
||||
{{ include.name }}
|
||||
<a class="anchor-link" href="#{{ include.name | slugify }}">
|
||||
#
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user