…  @@ -1,6 +1,8 @@    …      1 - // this is   1 + /**         2 +  * this is    2 - // a regular   3 +  * a block    3 - // comment   4 +  * comment         5 +  */    4  $(function() {   6  $(function() {    5   console.log("Hello, world!");   7   console.log("Hello, world!");    6  });   8  });