Describe the bug
There is an issue in the evaluator Playground in the editor which makes it so that if you provide a string that has a JSON Markdown, it handles it as if it was without.
But there is still a problem with the edit mode.
I do not know how, but it counts this:
"json"\n{\n \"direction\": \"bullish\",\n }\n""
As this:
"\n{\n "direction": "bullish",\n }\n"
And it shouldn't. It does not happen in the evaluation when the evaluator runs. just in the edit tab.
AGE-3349