We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e0f04 commit ccde9fbCopy full SHA for ccde9fb
layouts/shortcodes/texto_remoto.html
@@ -1,5 +1,5 @@
1
{{- $remote_url := (.Get 0) -}}
2
{{- $remote_data := getJSON "https://hugo-remote-url-proxy.quinn934.workers.dev/fetch?url=" $remote_url -}}
3
{{- with $remote_data -}}
4
- {{ $remote_data.body | safeHTML }}
+ {{ $remote_data.body | markdownify }}
5
{{- end -}}
0 commit comments