html.html 210 B

1234
  1. {{ $html := .Inner | htmlEscape }}
  2. {{ $html := replace $html "((" "<span class='highlight'>" }}
  3. {{ $html := replace $html "))" "</span>" }}
  4. <div class="html-annotated"><code>{{ $html | safeHTML }}</code></div>