{
    "scriptName": "codeblocks to custom html",
    "findRegex": "/```([^\\n]+?)?\\n(.*?)```/gs",
    "replaceString": "<div style=\"pre-mock\"><code class=\"codeblock-mock\">$2</code></div>",
    "trimStrings": [],
    "placement": [
        1,
        2
    ],
    "disabled": true,
    "markdownOnly": true,
    "promptOnly": false,
    "runOnEdit": true,
    "substituteRegex": false,
    "minDepth": null,
    "maxDepth": null,
    "id": "16276ee8-0c15-45b9-9f25-26c285f744be"
}