Open
Description
Is there currently a way to make the gatsby-remark-embed-gist plugin emit a code fence similar to manually adding code with markdown, something like
var sampleCode = "awesome"
This would then make it possible to use the embedded gist with any other plugin you may have configured to do syntax highlighing. This is super useful in my case where I already use gatsby-remark-vscode with customization for code I add manually and would like my embedded gists to look exactly the same.