This repository has been archived on 2024-11-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

4 lines
278 B
HTML
Raw Permalink Normal View History

2023-10-12 14:01:05 +02:00
{{- $id := dict "Content" .Attributes "Scratch" .Page.Scratch | partial "function/id.html" -}}
{{- $codeBlock := transform.Highlight .Inner .Type .Options -}}
{{- replace $codeBlock "<div class=\"highlight\">" (printf "<div class=\"highlight\" id=\"%v\">" $id) 1 | safeHTML -}}