keydown icon indicating copy to clipboard operation
keydown copied to clipboard

How to add script tags?

Open solars opened this issue 12 years ago • 2 comments

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

solars avatar May 08 '12 19:05 solars

no idea? :(

solars avatar May 14 '12 07:05 solars

Hmmm. I'm using Codemirror, which should do what you want natively, if they support CoffeeScript.

infews avatar Nov 29 '12 05:11 infews