mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
heredoc docs
This commit is contained in:
parent
477c510345
commit
c8d505e85d
5 changed files with 36 additions and 6 deletions
4
documentation/js/heredocs.js
Normal file
4
documentation/js/heredocs.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
(function(){
|
||||
var html;
|
||||
html = "<strong>\n cup of coffeescript\n</strong>";
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue