meta-marked icon indicating copy to clipboard operation
meta-marked copied to clipboard

The 'marked' markdown processor for Node.js with a simple metadata system added on.

Results 8 meta-marked issues
Sort by recently updated
recently updated
newest added

Bumps [marked](https://github.com/markedjs/marked) from 0.8.2 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...

dependencies

I find it's little difference from marked maybe someone need this ```js import metaMarked from "meta-marked"; metaMarked(`--- Title: My awesome markdown file Author: Me --- #My nice title`) ```

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hey! First, many thanks to the developers. One of the projects I took over is using this package heavily. It nicely separates the meta and the parsed HTML. But there...

Would be nice and easy to add. Not a high priority, but could make it easier to give a minimum node version that meta-marked is known to work with.

Good for future-proofing and to get rid of non-standard code in meta-marked.js