How to paste tab text into code block?

I have a code block like below:

query-data | jq '.[] | [.id,.store_name] | @tsv' -r

I run the above command in terminal, it returns the following output (it contains TAB character between ID and Name)

1 A
2 B
3 C

Then, I copy the above output to previous Coda code block. It turns the whole format to a table inside a code block! Ctrl+Z doesn’t help.

So, how can I copy that content into the code block?