Open Jeremy-Price opened 2 years ago
https://www.toptensoftware.com/richtextkit/basics claims that \r\n is normalized to \n, but doing something like
\r\n
\n
TextBlock tb = new TextBlock(); tb.AddText("X \n Y \r\n Z", style);
renders as
X Y□ Z
Check https://github.com/toptensoftware/RichTextKit/issues/53
https://www.toptensoftware.com/richtextkit/basics claims that
\r\n
is normalized to\n
, but doing something likerenders as