Back to Materialize

Annotation.Skill

doc/user/layouts/shortcodes/annotation.skill.md

123186 B
Original Source

{{- /* Skill output: render annotation as blockquote */ -}} {{- $type := .Get "type" | default "Note" -}}

{{ $type }}: {{ .Inner | replaceRE "^\s+" "" | replaceRE "\n\s*" " " }}