Documentation
    Preparing search index...

    Type Alias Options

    type Options = {
        handleSymbol: (symbol: Symbol) => ElementContent;
        smartPunctuation: {
            ellipses: string;
            em_dash: string;
            en_dash: string;
            left_double_quote: string;
            left_single_quote: string;
            right_double_quote: string;
            right_single_quote: string;
        };
    }
    Index

    Properties

    handleSymbol: (symbol: Symbol) => ElementContent
    smartPunctuation: {
        ellipses: string;
        em_dash: string;
        en_dash: string;
        left_double_quote: string;
        left_single_quote: string;
        right_double_quote: string;
        right_single_quote: string;
    }