Input:
<TextBlock Foreground="DarkGray">
I saw the sign. When I opened up my eyes, I saw the sign.
</TextBlock>
Output:
<TextBlock Foreground="DarkGray">
I saw the sign. When I opened up my eyes, I saw the sign.
</TextBlock
>
Expected behavior:
<TextBlock Foreground="DarkGray">
I saw the sign. When I opened up my eyes, I saw the sign.
</TextBlock>
Note: this only happens when the opening block sets properties. I.e., when you remove the Foreground="DarkGray", the closing > is in the right place again. But that's not a correct solution
Input:
Output:
Expected behavior:
Note: this only happens when the opening block sets properties. I.e., when you remove the
Foreground="DarkGray", the closing>is in the right place again. But that's not a correct solution