From 2e7495d1e414695cb43ea4e5dd92eabf002089fd Mon Sep 17 00:00:00 2001 From: weijiaming Date: Wed, 13 Jul 2016 15:08:18 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92f4531..8d6b2c8 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ Markdown Editor Plugin is a plugin allowing developers to create and edit markdown files in Qt Creator IDE. -It support the standard Markdown, [MathJax](https://www.mathjax.org/), [js-sequence-diagrams](https://bramp.github.io/js-sequence-diagrams/) +It supports the standard Markdown, [MathJax](https://www.mathjax.org/), [js-sequence-diagrams](https://bramp.github.io/js-sequence-diagrams/) and [flowChart](http://flowchart.js.org/) syntax. -Do not commit its output files (*.html file and .mardown folder) to SVN or GIT, they can be generated by the plugin automatically. The html files can also be displayed in browsers like ie, chrome, etc. +Donnot commit its output files (*.html file and .mardown folder) to SVN or GIT, they can be generated by the plugin automatically. The html files can also be displayed in browsers like ie, chrome, etc. ![Introduction](/Introduction.png) ##Build -The plugin is developed based on Qt Creator3.6, Ubuntu OS. Copy [markdown.tar.gz](/markdown.tar.gz) to /qt-creator-dir/share/qtcreator/. And copy other files to /qt-creator-src/src/plugins/ . +The plugin is developed based on Qt Creator3.6, Ubuntu OS. put [markdown.tar.gz](/markdown.tar.gz) to /qt-creator-dir/share/qtcreator/. And put other files to /qt-creator-src/src/plugins/ .