interface RmdInfo {
    blocks: CodeBlock[];
    content: string;
    options: object;
}

Properties

blocks: CodeBlock[]
content: string
options: object