showdown/test
Nik Wakelin e6aaf3a1c9 fix(headers): Ensures that Markdown headers are preceded by a space
Changes subParser for headers to require a space or tab
character before a header, so that

```md
  # Header
```

Is a valid header, whereas:

```md
  #Header
```

Is **not** rendered as a header.
2016-07-20 13:38:46 -07:00
..
cases chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
cli feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
features fix(headers): Ensures that Markdown headers are preceded by a space 2016-07-20 13:38:46 -07:00
ghost chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
issues fix(headers): Ensures that Markdown headers are preceded by a space 2016-07-20 13:38:46 -07:00
karlcow chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
node feat(smart-indent-fix): fix for es6 identation problems 2016-06-07 01:23:52 +01:00
bootstrap.js chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
optionswp.js feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00