microjs / microjs.com

Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!

Home Page:http://microjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add marked.js

styfle opened this issue · comments

I was reading through the guidelines and marked supports almost every requirement.

  • Must not have dependencies deps
  • Must do something useful, and must not be just a demo
  • Must be MIT/BSD-license or similar permissive license mit
  • Templating engines and loaders will only be added if they're outstanding and exceptional (marked is exceptionally smaller thank the reference implementation of commonmark) commonmark
  • Must be < 5k when minified and gzipped marked 7k
  • Source file must be available for download and not change across releases download
  • Prefer hand-coded/hand-optimized JavaScript over generated/cross-compiled code see src

What do you think of adding marked to this list?

I don't think we should add it here. I'm not sure if there were other bigger than 5kb that were accepted.

This looks like a great library, but I have to agree with @tunnckoCore. I don't think it warrants relaxing the size restriction.