Test VNote to CNBlog

1. VNote

A note-taking application with both notes management and pleasant Markdown experience.

  • Cross platform: Linux, Windows, and Mac;
  • Simple, powerful, and efficient;
  • Minimized gap between reading and editing Markdown;

1.1. Code Block Highlight

#include <iostream>

using namespace std;

int main()
{
    string name = "VNote";
    cout << name << endl;
    return 0;
}
posted @ 2018-04-07 10:27  tamlok  阅读(112)  评论(0)    收藏  举报