using CefSharp;
using CefSharp.WinForms;
using Markdig;
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.