Include content of a URL

so when I do the following in my shortcode:

{{ getJSON "https://raw.githubusercontent.com/europace/kex-vorgang-export-api/master/README.md" | markdownify}}

I get the error:

Building sites … ERROR 2020/08/05 08:31:18 Failed to get JSON resource "https://raw.githubusercontent.com/europace/kex-vorgang-export-api/master/README.md": invalid character '#' looking for beginning of value

So this seems just to work for actual json :frowning: