I am having hard time to match Special characters set in Silverlight. I only on the following:
To represent a LineBreak in Silverlight TextBlock:
use : > line
If you want to display a string with a carriage return in it, just use a string with a carriage return in it:
MyTextBlock.Text = @"line 1 line2";