marked/test/new/gfm_code.text
Christopher Jeffrey 347a9e3029 split up gfm tests
2012-01-03 00:06:08 -06:00

5 lines
55 B
Plaintext

``` js
var a = 'hello';
console.log(a + ' world');
```