showdown/test
Lee Moody 24bf7b132d fix(gfm-codeblock): add support for spaces before language declaration
One or more spaces before the language declaration of a code block is supported by Github.

E.g.

```    html
<div>HTML!</div>
```

``` html
<div>HTML!</div>
```

```html
<div>HTML!</div>
```

Closes #569
2018-10-16 23:00:36 +01:00
..
cases fix(gfm-codeblock): add support for spaces before language declaration 2018-10-16 23:00:36 +01:00
cli feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
features test: fix emoji tests 2018-10-16 22:52:38 +01:00
ghost test: add newline at end of test files 2017-01-28 01:46:33 +00:00
issues test: add issue 467 test 2017-11-28 03:07:28 +00:00
karlcow fix(encodeAmpsAndAngles): fix > and < encoding 2017-02-06 03:28:49 +00:00
node feat(splitAdjacentBlockquotes): add option to split adjacent blockquote blocks 2017-12-22 09:54:23 +00:00
performance Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
bootstrap.js chore(travis): add support for node 0.12 in travis 2017-03-05 02:49:13 +00:00
optionswp.js feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
performance.testfile.md test: use new performance test file 2017-01-28 02:04:50 +00:00