Add marked.js
styfle opened this issue · 2 comments
styfle commented
I was reading through the guidelines and marked supports almost every requirement.
- Must not have dependencies
- Must do something useful, and must not be just a demo
- Must be MIT/BSD-license or similar permissive license
- Templating engines and loaders will only be added if they're outstanding and exceptional (marked is exceptionally smaller thank the reference implementation of commonmark)
- Must be < 5k when minified and gzipped
- Source file must be available for download and not change across releases
- Prefer hand-coded/hand-optimized JavaScript over generated/cross-compiled code see src
What do you think of adding marked to this list?
tunnckoCore commented
I don't think we should add it here. I'm not sure if there were other bigger than 5kb that were accepted.
pineapplemachine commented
This looks like a great library, but I have to agree with @tunnckoCore. I don't think it warrants relaxing the size restriction.