tinkerun/tinkerun-vscode

Multiple line text not work

khiconit opened this issue · 1 comments

Example:

$variable = '
Hello 
Summer


' ;
 
dd($variable);

it will not work

The output show the line breaks with \n. I think should display the string normally, the text and normal spaces.

image