Code52 / DownmarkerWPF

MarkPad - a visual Markdown editor (inspired by the Downmarker project)
http://code52.org/DownmarkerWPF/
Microsoft Public License
1.4k stars 459 forks source link

#466 - make urls safe for chromium #474

Open scottharner opened 5 years ago

scottharner commented 5 years ago

This pull request addresses issue #466. When opening a 2nd blank document, the preview would not be displayed. It was because chromium did not like a parenthesis in the url provided for the LoadHtml method. I also found exclamation to be an issue within a fail name, so I have addressed that as well.