I would like to create a wiki page that is a preamble (standard markdown) followed by an HTML/JS code listing followed by (in a frame I suppose) the page that this code would generate.
Is this possible?
PS The code is: http://pipad.org/MathBox/slides_simple.html
Github Wikis allow you to embed HTML, but not all HTML tags are supported.
To embed supported HTML:
Which tags aren't supported?
I couldn't find documentation on this, but we have a few clues:
iframe
, video
, audio
, and all of the various form inputs (textarea
, input
, select
, etc).