Skip to content

Latest commit

 

History

History

plugin-frontmatter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@bytemd/plugin-frontmatter

npm

ByteMD plugin to parse frontmatter

Usage

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

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

License

MIT