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
For a line break in a Windows Phone Silverlight TextBlock use:
"This is line one!" & vbCrLf & "This is line two!"