markdown icon indicating copy to clipboard operation
markdown copied to clipboard

Maintenance status?

Open 8ctopus opened this issue 1 year ago • 10 comments
trafficstars

Hello!

I was wondering what the status of the package is? Last release was back in 2018.

8ctopus avatar Jan 30 '24 11:01 8ctopus

I'm not sure what the status is, but personally I've moved away from using it (to league/commonmark).

samwilson avatar Jan 30 '24 12:01 samwilson

@samwilson Thanks Sam, I see your point since it's updated, however ideally I prefer this one because of the lack of extra dependencies as League requires a bunch of stuff.

8ctopus avatar Jan 31 '24 06:01 8ctopus

@8ctopus I also don't want all the extra dependencies that come with league/commonmark in my project, so I chose to stick with cebe/markdown and patch in some changes that have been in open PRs for a while. I removed the opcache requirement, patched in PR #183 and PR #170, and added some custom Traits. My changes can be found in xenocrat/chyrp-lite.

I'd be very happy to see some more activity on this project, but I'll stick with it for as long as it does what I need it to.

xenocrat avatar Feb 17 '24 15:02 xenocrat

@xenocrat Thank you for your reply, I will check for fork!

8ctopus avatar Feb 19 '24 15:02 8ctopus

For anyone interested, I have created a proper fork and published a beta release at xenocrat/chyrp-markdown.

xenocrat avatar Mar 02 '24 12:03 xenocrat

@xenocrat will you publish it on https://packagist.org to allow composer install? And since you created the fork and plan to maintain it maybe enable the issues tracker there?

maciejmackowiak avatar Mar 27 '24 12:03 maciejmackowiak

Issues enabled - thank you for the reminder! I don't use Composer so it's a pain for me to generate and test the composer.json needed for Packagist, but I'll gladly accept a PR for it and then I'll publish it over at Packagist.

xenocrat avatar Mar 27 '24 16:03 xenocrat

I've published a first release over at xenocrat/chyrp-markdown. I've improved conformance quite a bit with CommonMark (passing 76% of test cases ) and GFM (passing 75% of test cases). I've also published it on Packagist. Please raise any issues/feedback over at the issue tracker - I think this thread has been hijacked quite enough already. :-)

xenocrat avatar Apr 03 '24 15:04 xenocrat