Does anybody know if/how a GitHub Gist can be embedded in a post on a Khoros Community (e.g. blog)? A Gist is normally embedded in a page by copying the "Embed" HTML snippet text from the Gist and pasting that text into a page. For example, from this Gist This gives an HTML <script> tag to be pasted into a web page like: <script src="https://gist.github.com/chrisg2/ffc02723698a993b7697f61df53b1451.js"></script> However I can't find any way to allow a <script> tag like this to be used in a Khoros Community post. I'd like to include Gists in a blog posting.
... View more