问题
I used to embed a gist file in the HTML using code such as the following:
<script src="https://gist.github.com/4577639.js?file=hello_world_addr.wsdl"></script>
This no longer works since all the files are shown and not the individual file. Anyone knows why this happening and how to fix it? Thanks!
回答1:
Here you are good sir
<script
src="https://gist.github.com/claudemamo/4577639.js?file=hello_world_addr.wsdl">
</script>
来源:https://stackoverflow.com/questions/14714342/how-to-embed-a-file-gist-in-an-html-file