summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/markdowneditor/resources/index.html
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-05-22 10:27:06 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-05-23 09:42:19 +0000
commit45ec7b64755546438943caf68629dc84e0068d36 (patch)
tree2f98b033f2627daec5d1fcc2c118fe8753caa33b /examples/webenginewidgets/markdowneditor/resources/index.html
parent5de729e706abc915f342e8e94fbdc6a493f5a49b (diff)
Update 3rd party code in markdown example
Update to marked 0.3.19. Also include the un-minified version, so that the code can be read. [ChangeLog][Third-Party Code] Updated "Marked (WebEngine Markdown Editor example)" to version 0.3.19. Change-Id: Ie068d003ec6cfab27803332b4aa12095c6c8a457 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'examples/webenginewidgets/markdowneditor/resources/index.html')
-rw-r--r--examples/webenginewidgets/markdowneditor/resources/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webenginewidgets/markdowneditor/resources/index.html b/examples/webenginewidgets/markdowneditor/resources/index.html
index 5fa28fa17..289a2110b 100644
--- a/examples/webenginewidgets/markdowneditor/resources/index.html
+++ b/examples/webenginewidgets/markdowneditor/resources/index.html
@@ -3,7 +3,7 @@
<meta charset="utf-8">
<head>
<link rel="stylesheet" type="text/css" href="3rdparty/markdown.css">
- <script src="3rdparty/marked.min.js"></script>
+ <script src="3rdparty/marked.js"></script>
<script src="qrc:/qtwebchannel/qwebchannel.js"></script>
</head>
<body>