diff --git a/README.md b/README.md index 8d6b2c8..2e13e29 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Markdown Editor Plugin is a plugin allowing developers to create and edit markdown files in Qt Creator IDE. -It supports the standard Markdown, [MathJax](https://www.mathjax.org/), [js-sequence-diagrams](https://bramp.github.io/js-sequence-diagrams/) +It supports the standard [Markdown](https://daringfireball.net/projects/markdown/), [MathJax](https://www.mathjax.org/), [js-sequence-diagrams](https://bramp.github.io/js-sequence-diagrams/) and [flowChart](http://flowchart.js.org/) syntax. 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.