{{- $content := trim .Inner "\n" -}} {{- $classList := .Get "class" | slice -}} {{- $tag := .Get "tag" | default "div" -}} {{- with .Get "code" -}} {{- /* highlight code content without line number */ -}} {{- $content = highlight $content . "linenos=false" -}} {{- /* delete outer label */ -}} {{- $content = replaceRE `
]*>(?s)(.*)