You’re calling the shortcode like this:
{{% ghcode "https://foo" %}}
Do this instead:
{{< ghcode "https://foo" >}}
And remove the wrapping <pre>
element from your shortcode.
Also note that this theme uses highlight.js for layout and styling.