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