ByteMD plugin to parse frontmatter
import frontmatter from '@bytemd/plugin-frontmatter' import { Editor } from 'bytemd' new Editor({ target: document.body, props: { plugins: [ frontmatter(), // ... other plugins ], }, })
MIT