UNPKG

commonmark

Version:

a strongly specified, highly compatible variant of Markdown

5 lines 125 B
function foo(items, nada) { for (var i=0; i<items.length; i++) { alert(items[i] + "juhu\n"); } // Real Tab. }