showdown/test
Estevao Soares dos Santos e4b0e69724 feat(converter.makeMarkdown): add an HTML to MD converter
Showdown now supports a simple HTML to Markdown converter.

**Usage:**

```
var conv = new showdown.Converter();
var md = conv.makeMarkdown('<a href="/url">a link</a>');
```

Closes #388, #233
2018-11-10 02:39:38 +00:00
..
cases fix(italicsAndBold): Make italicsAndBold lazy (#608) 2018-11-09 23:55:02 +00:00
cli feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
features fix(italicsAndBold): Make italicsAndBold lazy (#608) 2018-11-10 00:09:19 +00:00
ghost test: add newline at end of test files 2017-01-28 01:46:33 +00:00
issues fix(gfm-codeblocks): leading space no longer breaks gfm codeblocks 2018-10-16 23:27:08 +01:00
karlcow fix(encodeAmpsAndAngles): fix > and < encoding 2017-02-06 03:28:49 +00:00
makeMd feat(converter.makeMarkdown): add an HTML to MD converter 2018-11-10 02:39:38 +00:00
node feat(converter.makeMarkdown): add an HTML to MD converter 2018-11-10 02:39:38 +00:00
performance Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
bootstrap.js feat(converter.makeMarkdown): add an HTML to MD converter 2018-11-10 02:39:38 +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