remove control chars

uci-hugo-doc
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> <h6>This is heading 6</h6>
</body> </body>
</html> </html>

View File

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