94d2fc1815
* Added nxhtml, mostly for django support. * Changed some org settings.
11 lines
179 B
Text
11 lines
179 B
Text
var x = "<%= x %>";
|
|
var y = 5;
|
|
|
|
Second line is treated as if it was a string.
|
|
|
|
Problem with multiple lines inside ruby if:
|
|
|
|
<% if b %>
|
|
var x = 1;
|
|
alert(1);
|
|
<% end %>
|