UNPKG

@mdxeditor/editor

Version:

React component for rich text markdown editing

11 lines (10 loc) 269 B
import { $createFrontmatterNode } from "./FrontmatterNode.js"; const MdastFrontmatterVisitor = { testNode: "yaml", visitNode({ mdastNode, actions }) { actions.addAndStepInto($createFrontmatterNode(mdastNode.value)); } }; export { MdastFrontmatterVisitor };