gulp-markdown-to-json icon indicating copy to clipboard operation
gulp-markdown-to-json copied to clipboard

Parse Markdown and YAML → compile Markdown to HTML → wrap it all up in JSON

Results 7 gulp-markdown-to-json issues
Sort by recently updated
recently updated
newest added

Bumps [marked](https://github.com/markedjs/marked) from 0.3.17 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

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 7.0.1 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @​MakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...

dependencies

Bumps [remark-html](https://github.com/remarkjs/remark-html) from 5.2.0 to 13.0.2. Release notes Sourced from remark-html's releases. 13.0.2 b0b1ba5 Fix to sanitize by default The docs have always said remark-html is safe by default. It...

dependencies

There needs to be a way to disable setting the title frontmatter automatically based on the header. I have the following: ``` --- title: slug: foo --- # Not actually...

The gulp task returns *.md no *.json output the code is below, Thanks for your help ``` js const gulp = require('gulp') const marked = require('marked') const listStream = require('list-stream');...

Hi im trying to use this to render templates in pug with gulp-wrap. for some reason when console out the contents of my test.md file get returned as a buffer...

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [semistandard](https://github.com/standard/semistandard) and [vinyl-fs](https://github.com/gulpjs/vinyl-fs). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix:...

dependencies