StackEdit
what's the Stack Edit?
It's may markdown editor as google chrome application. it's very cool.
if you want to use source code hilight, write like this
#include <stdio.h>
int main()
{
puts("written with StackEdit");
}
Written with StackEdit.