marked icon indicating copy to clipboard operation
marked copied to clipboard

marked.js and marked.min.js file's content header does not has version

Open FlowerBirds opened this issue 4 years ago • 1 comments

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
 */

FlowerBirds avatar Aug 25 '21 03:08 FlowerBirds

PRs are always appreciated :smile::+1:

UziTech avatar Aug 25 '21 05:08 UziTech