docs: enable syntax highlighting for module options

This commit is contained in:
Bryton Hall 2023-05-25 02:47:43 -04:00
parent 32f3ed1aa2
commit cb61efe123
2 changed files with 5 additions and 7 deletions

View file

@ -7,4 +7,4 @@
{{ $text = $text | jsonify (dict "indent" " ") }}
{{ end }}
<pre class="highlight"><code>{{ $text }}</code></pre>
{{- transform.Highlight $text "nix" }}