mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
5 lines
161 B
Twig
5 lines
161 B
Twig
<h{{ level }} id="{{ text | urlify }}" class="block-header block-header--{{ level }}">
|
|
<a href="#{{ text | urlify }}">
|
|
{{ text }}
|
|
</a>
|
|
</h{{ level }}>
|