markdown-js icon indicating copy to clipboard operation
markdown-js copied to clipboard

Maintainer(s) wanted.

Open gangstead opened this issue 9 years ago • 6 comments

It clearly isn't supported anymore, but they got the good name on npm.

gangstead avatar Feb 25 '16 00:02 gangstead

As has become clear @evilstreak and I no longer have the time or headspace to maintain this project

@eviltrout Would you be interested in taking over maintenance and ownership of this project? I'm not sure if Discourse uses this anymore, or if you are still involved in Discourse either.

ashb avatar Feb 25 '16 11:02 ashb

Discourse does still use it, but we are committed to upgrading to commonmark, so we will unfortunately be migrating to markdown-it this year :(

eviltrout avatar Feb 25 '16 16:02 eviltrout

I continued looking yesterday and came to the conclusion that markdown-it was the way to go especially for speed and ease of setup, or possibly remark if you need a lot of customizability. You wouldn't know this from searching on npm it would seem that this package is the default, markdown-it is halfway down the page and remark is no where to be seen.

NPM uses markymarkdown which is just their wrapper for markdown-it.

It sounds like the best thing to do for the community is deprecate this package. If one of the owners could run:

npm deprecate markdown "This package is no longer maintained, please consider migrating to `markdown-it` or `remark` instead"

And also put that warning at the top of the readme it would save a lot of people accidentally using an outdated & unsupported dependency based on the results of NPM Inc's terrible search.

gangstead avatar Feb 25 '16 17:02 gangstead

Thank you for this information @gangstead. You just saved me from some Googling and GitHub pulse comparisons! :)

bripkens avatar Mar 09 '16 10:03 bripkens

@gangstead I read documents of markdown-it and remark. They are great, but if I need to filter code block from markdown or re-organize content, markdown-js is a better way to do so, for I can process Json-ML directly.

benjycui avatar Mar 22 '16 07:03 benjycui

@benjycui Since you're unknown to start with would you mind forking (and submitting some things as PRs) so we can get to know each other a bit first?

I really appreciate someone stepping up and offering to take over, but I don't want to just hand over control to someone brand new. I hope you understand.

ashb avatar Mar 22 '16 14:03 ashb