mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Merge pull request #1636 from mineo/patch-1
alert(html) in the heredoc example
This commit is contained in:
commit
c0e0ede09f
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ Expressions
|
||||||
indentation level that begins the heredoc is maintained throughout, so
|
indentation level that begins the heredoc is maintained throughout, so
|
||||||
you can keep it all aligned with the body of your code.
|
you can keep it all aligned with the body of your code.
|
||||||
</p>
|
</p>
|
||||||
<%= code_for('heredocs') %>
|
<%= code_for('heredocs', 'html') %>
|
||||||
<p>
|
<p>
|
||||||
Double-quoted heredocs, like double-quoted strings, allow interpolation.
|
Double-quoted heredocs, like double-quoted strings, allow interpolation.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue