An actual example: go from this ```["test", "test\...
# announcements
k
An actual example: go from this
Copy code
["test",
"test\n",
"best",
"best\n",
"rest"]
to this
Copy code
[["test", "test\n"],
["best", "best\n"],
["rest"]]