ParsedMdx: {
    body: RenderedChild[];
    full: RenderedChild[];
    md: string;
}

Object gathered for each header

Type declaration

  • body: RenderedChild[]

    Content of this segment of markdown excluding header

  • full: RenderedChild[]

    Full content of this segment of markdown including the header

  • md: string

    Raw string extracted from 'md' code blocks