cupper-hugo-theme/themes/infusion/layouts/shortcodes/html.html

5 lines
210 B
HTML
Raw Normal View History

2017-10-07 11:36:18 +02:00
{{ $html := .Inner | htmlEscape }}
{{ $html := replace $html "((" "<span class='highlight'>" }}
{{ $html := replace $html "))" "</span>" }}
<div class="html-annotated"><code>{{ $html | safeHTML }}</code></div>