Hi.
If a character string of a specific pattern using tags is set as data, the grid will be broken.
Pattern: "<<x"
* x is any alphabet
Specifically, it occurs only when the alphabet continues after "less than" is repeated twice as shown below.
NG:
<<x
OK:
<
<<
<<x>
<x>>
x>>
>>
>
<<=
<<あ
Is there any workaround for this?
Thank you.