showdown/test/node
Estevao Soares dos Santos da328f2527 feat(splitAdjacentBlockquotes): add option to split adjacent blockquote blocks
With this option enabled, this:

```md
> some text

> some other text
```

witll result in:

```html
<blockquote>
    <p>some text</p>
</blockquote>
<blockquote>
    <p>some other text</p>
</blockquote>
```

This is the default behavior of GFM.

Closes #477
2017-12-22 09:54:23 +00:00
..
cli.js release 1.6.0 2017-01-09 02:38:24 +00:00
performance.js Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
showdown.Converter.js feat(metadata): add support for embedded metadata 2017-12-10 07:15:09 +00:00
showdown.Converter.makeHtml.js release 1.8.5 2017-12-10 19:13:26 +00:00
showdown.helpers.js fix(HTML parsing): fix HTML parsing issues with nested tags 2017-05-28 17:20:07 +01:00
showdown.js Reset options before switching to a flavor (#365) 2017-03-30 23:17:10 +01:00
testsuite.features.js feat(splitAdjacentBlockquotes): add option to split adjacent blockquote blocks 2017-12-22 09:54:23 +00:00
testsuite.ghost.js Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
testsuite.issues.js chore: normalize test names 2015-10-19 02:50:32 +01:00
testsuite.karlcow.js chore: normalize test names 2015-10-19 02:50:32 +01:00
testsuite.standard.js chore: normalize test names 2015-10-19 02:50:32 +01:00