Syntax highlight configuration

This commit is contained in:
Tom Wiesing 2023-02-26 20:10:25 +01:00
parent ccf8473ee2
commit 80906d3791
No known key found for this signature in database
13 changed files with 138 additions and 58 deletions

View file

@ -37,7 +37,7 @@
</div>
<div class="pure-u-1-1">
<code>
<pre>{{ .Config.MarshalSensitive }}</pre>
</code>
<pre>
<code class="language-yaml">{{ .Config.MarshalSensitive }}</code>
</pre>
</div>