9

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 Answer 1

17

Here you are good sir

<script
  src="https://gist.github.com/claudemamo/4577639.js?file=hello_world_addr.wsdl">
</script>
Sign up to request clarification or add additional context in comments.

1 Comment

Unfortunately, Medium still doesn't support this approach for multi-file github gist :(

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.