@yamlresume/core
    Preparing search index...

    Type Alias MarkdownLayout

    Markdown layout configuration.

    Keep it minimal for now; can be extended later.

    type MarkdownLayout = {
        engine: "markdown";
        sections?: Sections;
    }
    Index

    Properties

    Properties

    engine: "markdown"
    sections?: Sections

    Defines section customization settings.