SyntaxRules
32a1aaa39b
chore(build): version 2.0.0
2022-02-15 20:59:12 -07:00
SyntaxRules
e3ddcafd1e
chore(license): update liscense to MIT
2022-01-31 18:08:23 -07:00
SyntaxRules
9828a82629
chore(deps): make dependecies consistent with ^ operator
2022-01-31 17:59:11 -07:00
SyntaxRules
434eaff71e
chore(deps): update all dependecies to the latest; make eslint work
2022-01-31 17:07:27 -07:00
Estevao Soares dos Santos
5cc3fcc84e
update dev dependencies
2019-11-02 22:53:47 +00:00
Adam Cook
58208e5c98
update dependencies
2019-11-02 22:34:20 +00:00
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