Skip to content

Instantly share code, notes, and snippets.

@cloose
cloose / CuteMarkEd-refactoring.md
Last active August 29, 2015 14:11
CuteMarkEd Refactoring

HtmlPreviewGenerator

MarkdownConverter

document = converter->createDocument(text, converterOptions());
QString htmlBody = converter->transformToHtml(document);

RenderRequest