{
    "id": "59c8f813-cf2f-42d2-9240-46ced51598c9",
    "scriptName": "Italics Remover",
    "findRegex": "/(?<!\\*)\\*(?!\\*)([^\\*]+?)(?<!\\*)\\*(?!\\*)/g",
    "replaceString": "$1",
    "trimStrings": [],
    "placement": [
        2
    ],
    "disabled": false,
    "markdownOnly": false,
    "promptOnly": false,
    "runOnEdit": true,
    "substituteRegex": 0,
    "minDepth": null,
    "maxDepth": null
}