marked
marked copied to clipboard
marked.js and marked.min.js file's content header does not has version
Like https://cdn.jsdelivr.net/gh/markedjs/marked/marked.min.js content header:
/**
* marked - a markdown parser
* Copyright (c) 2011-2021, Christopher Jeffrey. (MIT Licensed)
* https://github.com/markedjs/marked
*/
I don't know current version and I don't know how to verify. I think should add version like that:
/**
* marked 3.0.0 - a markdown parser
* Copyright (c) 2011-2021, Christopher Jeffrey. (MIT Licensed)
* https://github.com/markedjs/marked
*/
PRs are always appreciated :smile::+1: