remark-sectionize
remark-sectionize copied to clipboard
Remark plugin to wrap each heading and the content that follows it in a <section> tag
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...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](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...
Using @gridsome/vue-remark, there's a special type called `vue-remark:block`, which represents script/style tags and does not belong to a section.
Hoping to add some functionality here which I needed while trying to accomplish a layout inspired by [tufte-css](https://edwardtufte.github.io/tufte-css/). In my case, I'd expect the h1 to be provided outside the...