Is there a way to embed raw github url in hugo?

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.