keydown
keydown copied to clipboard
How to add script tags?
Hey,
I wondered how to add script tags to slides - it should work with markdown, but somehow they are always displayed in the slide (although working).
Example: https://gist.github.com/6bd2de515cbb864d02b0 it seems to work, but the content of the script tags is always displayed on the slide
what I want to do is use coffeescript for interactive presentations (therefore it can be used with an additional compiler script and type="text/coffeescript" - which also works fine, but results in the same output in the slides as above...
any idea how I could do this?
Thanks a lot, Christoph
no idea? :(
Hmmm. I'm using Codemirror, which should do what you want natively, if they support CoffeeScript.