using CefSharp; using CefSharp.WinForms; using System.Linq.Expressions; namespace MintHTML { public partial class Form1 : Form { string appdata = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData); string markfile; string htmlfile = "

Welcome to MintHTML

Open a markdown file and press \"Render preview\" to see the output here.

"; string csssuffix = @" div{ font-family: monospace; background-color: #F3F3F3; border: solid; border-width: 1px }