I am working on a Wiki Generator for GitHub which generates a Markdown Wiki based on code comments (https://github.com/th317erd/gh-wiki-gen). In the generated documentation for a project I allow for code examples to be dumped into the documentation. I would like to be able to add a “Run this example using RunKit” link, but I see no way to currently do this, and because it is Markdown, no scripts, iframes or anything “dangerous” is allowed (meaning embed is out of the question).
Could RunKit add an “anonymous” “example” page where the code for the example is passed base64 encoded in the URL args? Being as this is coming from a wiki hosted on GitHub it can’t really have a user attached to it (easily) and I see no way to currently pass code to a blank example page.
Thank you!