@yamlresume/core
    Preparing search index...

    Type Alias DocxAdvanced

    Defines advanced DOCX configuration options.

    type DocxAdvanced = {
        showIcons?: boolean;
        showUrls?: boolean;
    }
    Index
    showIcons?: boolean

    Whether to show icons for links and profiles.

    NOTE: WPS Office has poor emoji font fallback and may render icons as squares or partial glyphs; Microsoft Office should be able to handle these emojis correctly via Segoe UI Emoji (Windows) or Apple Color Emoji (macOS)—I havn't test Microsoft office because I do not have a copy; macOS pages can show these emojis and so do LibreOffice with my test on macOS 14.

    showUrls?: boolean

    Whether to show raw URLs or hide them behind reasonable text.