summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/markdowneditor/resources/default.md
blob: 8f9c807aa80570951b7e0997f51125912fca676b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## WebEngine 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_.