Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weijiaming authored Jul 13, 2016
1 parent f469e88 commit 2e7495d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/ .

0 comments on commit 2e7495d

Please sign in to comment.