github.com/fighterlyt/hugo@v0.47.1/tpl/tplimpl/embedded/templates/shortcodes/highlight.html (about)

     1  {{ if len .Params | eq 2 }}{{ highlight (trim .Inner "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .Inner "\n\r") (.Get 0) "" }}{{ end }}