remove control chars

This commit is contained in:
Robert Kaussow 2020-04-30 20:55:53 +02:00
parent 8e98e5c814
commit cb0d15260c
2 changed files with 2 additions and 2 deletions

View file

@ -10,4 +10,4 @@
<h6>This is heading 6</h6>
</body>
</html>
</html>

View file

@ -5,4 +5,4 @@
{{- highlight ($file | readFile) (.Get "language") (default "linenos=table" (.Get "options")) -}}
{{- else -}}
{{ $file | readFile | safeHTML }}
{{- end -}}
{{- end -}}