This works fine for me:

string html = textBox1.Text;
html = html.Replace("\r\n", "<br />");

webBrowser.Navigate("about:blank");
...