showdown/src
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
..
cli Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
subParsers fix(gfm-codeblock): add support for spaces before language declaration 2018-10-16 23:00:36 +01:00
converter.js fix(nbsp): fix replacing of nbsp with regular spaces 2018-10-16 22:57:08 +01:00
helpers.js test: fix emoji tests 2018-10-16 22:52:38 +01:00
loader.js fix(loader): allow AMD loader to be used within Node env 2017-08-27 19:20:48 +01:00
options.js feat(splitAdjacentBlockquotes): add option to split adjacent blockquote blocks 2017-12-22 09:54:23 +00:00
showdown.js feat(splitAdjacentBlockquotes): add option to split adjacent blockquote blocks 2017-12-22 09:54:23 +00:00