Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 348 Bytes

File metadata and controls

23 lines (17 loc) · 348 Bytes

Introduction

This file demonstrates the CodeProject markdown parser for Markdown Monster.

void CopyHtmlToClipboard()
{
	MarkdownDocument document = ActiveDocument;
	string html = document.RenderHtml();

	Clipboard.SetText(html);

	ShowStatus("HTML copied to clipboard.");
}
var foo = "bah";
i++;