@argdown/core
    Preparing search index...

    Interface IModelPluginSettings

    interface IModelPluginSettings {
        explodeArguments?: boolean;
        mode?: InterpretationModes;
        removeTagsFromText?: boolean;
        shortcodes?: ISpecialCharacterDictionary;
        transformArgumentRelations?: boolean;
    }
    Index

    Properties

    explodeArguments?: boolean
    removeTagsFromText?: boolean
    transformArgumentRelations?: boolean