Markdown Editor Kit
API ReferenceindexType aliases

MdKitYamlFrontMatter

Type Alias: MdKitYamlFrontMatter

type MdKitYamlFrontMatter = {
  data: unknown;
  raw: string;
  trailingWhitespace: string;
  yaml: string;
};

Defined in: packages/mdkit/src/markdown/yamlFrontMatter.ts:3

Properties

On this page