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