The following code will insert the CDATA escape inside the javascript block - which is not what I want. I want the transition to coffeescript from within a :javascript block to be transparent.
:javascript
var iHateRawJS = true;
:coffeescript
butThisBreaks = true
The following code will insert the CDATA escape inside the javascript block - which is not what I want. I want the transition to coffeescript from within a :javascript block to be transparent.