zerodevx / zero-md

Ridiculously simple zero-config markdown displayer
https://zerodevx.github.io/zero-md/
ISC License
437 stars 48 forks source link

Does zero-md support admonition marked plug-in? #90

Closed RootofalleviI closed 9 months ago

RootofalleviI commented 1 year ago

https://www.npmjs.com/package/marked-admonition-extension

zerodevx commented 1 year ago

The thing is markedjs extension system is a marked v5 feature, but zero-md is still using v4 at the moment. For custom styling, I'll definitely recommend following a pattern like https://github.com/zerodevx/zero-md/issues/91#issuecomment-1636720087 instead.

RootofalleviI commented 1 year ago

Thanks!

RootofalleviI commented 1 year ago

Is there any plan to upgrade Marked.js to version 5? Based on https://github.com/markedjs/marked/releases, I guess the changes are

Thanks!

zerodevx commented 1 year ago

Yes, indeed there are. I do have a tonne of upgrades to add into the next major, features like:

I'll work on it once I get some time!

RootofalleviI commented 1 year ago

Thanks a lot!

RootofalleviI commented 9 months ago

Hi there!

I hope you're doing great. Just checking in to see how things are going with the next version of zero-md. I'm pretty excited about the idea of using markedjs extensions in it. Thanks a bunch for all the hard work!

zerodevx commented 9 months ago

Hey there! Doing well, just busy! 😫 Just reverting the previous title for posterity - so other folks who may have the same question finds this thread. Moved your post to #103 instead.