html:js
1
2
3
4
function add(a,b){
return a+b;
}
// amazing comment!
##default-html:js
function add(a,b){
return a+b;
}
// amazing comment!
html:html
alert("hello")