🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@deboxsoft/bytemd-plugin-frontmatter

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/bytemd-plugin-frontmatter

ByteMD plugin to parse frontmatter

latest
Source
npmnpm
Version
2.0.3
Version published
Maintainers
1
Created
Source

@deboxsoft/bytemd-plugin-frontmatter

npm

ByteMD plugin to parse frontmatter

Usage

import { Editor } from '@deboxsoft/bytemd'
import frontmatter from '@deboxsoft/bytemd-plugin-frontmatter'

new Editor({
  target: document.body,
  props: {
    plugins: [
      frontmatter(),
      // ... other plugins
    ],
  },
})

License

MIT

FAQs

Package last updated on 03 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts