I'm trying to build a binary (v. 1.2) from here: https://github.com/zhangshine/MdCharm/releases

It's markdown editor, the best for Windows (from my point of view)

- fast
- BSD 3-Clause License
- side-by-side instant preview
- it can parse Markdown inside HTML blocks (if you choose MultiMarkdown in the preferences)
- you may specify your own CSS styles
- projects
- TOC (in version 1.2)

Unfortunately, the development was discountinued in 2014 year.

The version 1.0.0 doesn't have TOC functionality. But, it was added in next 1.2 release. Unfortunately, version 1.2 exist only as source files, no Windows binaries are presented in project's page.

Here is quote from project's page:

> **Build:**
> - check out `git checkout git@github.com:zhangshine/MdCharm.git`
> - Open "MdCharm.pro" by Qt Creator and click "Build"

I tried to download QT Creator and build myself, but since I'm not a programmer, I just lost 2 days. (I know something about HTML/CSS/JS, but nothing about C++ and QT).

If it really easy deal for anybody here, maybe you can create Win32 binary and place it on GitHub or anywhere else?