structured-render - v1.2.0
    Preparing search index...

    Variable defaultMarkdownStyleConfigurationConst

    defaultMarkdownStyleConfiguration: {
        accentColor: string;
        bodyFont: string;
        bodyGap: string;
        bodySize: string;
        codeBackgroundColor: CSSResult;
        codeFont: string;
        codeSize: string;
        contentSelector: string;
        h1Size: string;
        h2Size: string;
        h3Size: string;
        h4Size: string;
        h5Size: string;
        h6Size: string;
        liSpacing: string;
        smallTextSize: string;
        tableBorderColor: CSSResult;
        tableBorderWidth: string;
        tableHeaderBackgroundColor: CSSResult;
    } = ...

    The standard rendering style configuration.

    Type Declaration

    • accentColor: string
    • bodyFont: string
    • bodyGap: string
    • bodySize: string
    • codeBackgroundColor: CSSResult
    • codeFont: string
    • codeSize: string
    • contentSelector: string

      The selector used that all styles will be applied to.

    • h1Size: string
    • h2Size: string
    • h3Size: string
    • h4Size: string
    • h5Size: string
    • h6Size: string
    • liSpacing: string
    • smallTextSize: string
    • tableBorderColor: CSSResult
    • tableBorderWidth: string
    • tableHeaderBackgroundColor: CSSResult