|
|
|
|
|
by mubou
462 days ago
|
|
That looks like a really old version of turndown.js, pre-ES6. The link to turndown in the readme is the old one, too. How long ago did you make this? Anyway, you need to put turndown's license in the js file or someplace if you're not going to use npm for some reason. |
|
regarding license: i figured it'd be fine with MIT license but i noticed after your comment that the turndown licence has a copyright line.
what's the right thing to do here? do i add turndown's license along with existing MIT one or replace the license in my repo with turndown's?