mirror of
https://github.com/docker/docs.git
synced 2026-04-13 23:06:15 +07:00
13 lines
431 B
HTML
13 lines
431 B
HTML
{{ $id := .id | default (anchorize (plainify .text)) }}
|
|
<a class="relative -top-16" name="{{ $id }}"></a>
|
|
<h{{ .level }}
|
|
{{ with .class }}
|
|
class="{{ . }}"
|
|
{{ end }}
|
|
>
|
|
<span class="group not-prose">
|
|
<a class="text-black dark:text-white no-underline group-hover:underline" href="#{{ $id }}">{{ .text }}</a>
|
|
<span class="invisible group-hover:visible material-symbols-rounded">link</span>
|
|
</span>
|
|
</h{{ .level }}>
|