## Markdown Editor Example This example uses [QWebEngineView](http://doc.qt.io/qt-5/qwebengineview.html) to preview text written using the [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. ### Acknowledgments The conversion from Markdown to HTML is done with the help of the [marked JavaScript library](https://github.com/chjj/marked) by _Christopher Jeffrey_. The [style sheet](http://kevinburke.bitbucket.org/markdowncss/markdown.css) was created by _Kevin Burke_.