diff --git a/app.py b/app.py index be0a8b3..c2589a6 100644 --- a/app.py +++ b/app.py @@ -424,9 +424,23 @@ def process_double_brackets(text, tvar_id=0): if not (text.startswith("[[") and text.endswith("]]")): print(f"Input >{text}< must be wrapped in double brackets [[ ]]") sys.exit(1) + + if '