@flicmd/bytemd-plugin-frontmatter
TypeScript icon, indicating that this package has built-in type declarations

1.21.4 • Public • Published

@flicmd/bytemd-plugin-frontmatter

npm

ByteMD plugin to parse frontmatter

Usage

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

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @flicmd/bytemd-plugin-frontmatter

Weekly Downloads

0

Version

1.21.4

License

MIT

Unpacked Size

60.3 kB

Total Files

8

Last publish

Collaborators

  • zzzze