5 lines
176 B
HTML
5 lines
176 B
HTML
|
{{ $opts := merge .Options (dict "hl_inline" true) }}
|
||
|
{{ $result := transform.HighlightCodeBlock . }}
|
||
|
<div class="highlight">
|
||
|
<pre class="chroma">{{$result.Inner}}</pre>
|
||
|
</div>
|