diff --git a/JSDemos/Demos/HtmlEditor/OutputFormats/AngularJS/index.html b/JSDemos/Demos/HtmlEditor/OutputFormats/AngularJS/index.html
index 5bcba4dd44b..d8afc0a0175 100644
--- a/JSDemos/Demos/HtmlEditor/OutputFormats/AngularJS/index.html
+++ b/JSDemos/Demos/HtmlEditor/OutputFormats/AngularJS/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/JSDemos/Demos/HtmlEditor/OutputFormats/jQuery/description.md b/JSDemos/Demos/HtmlEditor/OutputFormats/jQuery/description.md
index d365400dff0..5bddd920249 100644
--- a/JSDemos/Demos/HtmlEditor/OutputFormats/jQuery/description.md
+++ b/JSDemos/Demos/HtmlEditor/OutputFormats/jQuery/description.md
@@ -1,3 +1,3 @@
-Our HtmlEditor outputs the markup in HTML and Markdown formats. To specify the format, use the [valueType](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#valueType) property. If you use Markdown, link the turndown and devextreme-showdown libraries before the DevExtreme scripts.
+Our HtmlEditor outputs the markup in HTML and Markdown formats. To specify the format, use the [valueType](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#valueType) property. If you use Markdown, link the turndown and showdown libraries before the DevExtreme scripts.
The HtmlEditor stores the markup in the [value](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#value) property. In this demo, the value is displayed under the HtmlEditor. You can click the Html and Markdown buttons to switch between output formats.
diff --git a/JSDemos/Demos/HtmlEditor/OutputFormats/jQuery/index.html b/JSDemos/Demos/HtmlEditor/OutputFormats/jQuery/index.html
index 1680099d650..71bcc215219 100644
--- a/JSDemos/Demos/HtmlEditor/OutputFormats/jQuery/index.html
+++ b/JSDemos/Demos/HtmlEditor/OutputFormats/jQuery/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/JSDemos/configs/Angular/config.js b/JSDemos/configs/Angular/config.js
index 971158c5cad..a2f81b878d6 100644
--- a/JSDemos/configs/Angular/config.js
+++ b/JSDemos/configs/Angular/config.js
@@ -63,7 +63,7 @@ window.config = {
/**/
/** showdown&turndown */
- 'devextreme-showdown': 'npm:devextreme-showdown/dist/showdown.js',
+ 'showdown': 'npm:showdown/dist/showdown.js',
'turndown': 'npm:turndown/lib/turndown.browser.umd.js',
/**/
diff --git a/JSDemos/configs/React/config.js b/JSDemos/configs/React/config.js
index 35aa816442c..6dfda46a257 100644
--- a/JSDemos/configs/React/config.js
+++ b/JSDemos/configs/React/config.js
@@ -60,7 +60,7 @@ window.config = {
/**/
/** showdown&turndown */
- 'devextreme-showdown': 'npm:devextreme-showdown/dist/showdown.js',
+ 'showdown': 'npm:showdown/dist/showdown.js',
'turndown': 'npm:turndown/lib/turndown.browser.umd.js',
/**/
diff --git a/JSDemos/configs/ReactJs/config.js b/JSDemos/configs/ReactJs/config.js
index 64f402e287a..6caf93871ad 100644
--- a/JSDemos/configs/ReactJs/config.js
+++ b/JSDemos/configs/ReactJs/config.js
@@ -61,7 +61,7 @@ window.config = {
/**/
/** showdown&turndown */
- 'devextreme-showdown': 'npm:devextreme-showdown/dist/showdown.js',
+ 'showdown': 'npm:showdown/dist/showdown.js',
'turndown': 'npm:turndown/lib/turndown.browser.umd.js',
/**/
diff --git a/JSDemos/configs/Vue/config.js b/JSDemos/configs/Vue/config.js
index a78710a4847..2d217fddba2 100644
--- a/JSDemos/configs/Vue/config.js
+++ b/JSDemos/configs/Vue/config.js
@@ -56,7 +56,7 @@ window.config = {
/**/
/** showdown&turndown */
- 'devextreme-showdown': 'npm:devextreme-showdown/dist/showdown.js',
+ 'showdown': 'npm:showdown/dist/showdown.js',
'turndown': 'npm:turndown/lib/turndown.browser.umd.js',
/**/
diff --git a/MVCDemos/Views/HtmlEditor/OutputFormats.cshtml b/MVCDemos/Views/HtmlEditor/OutputFormats.cshtml
index 3f44fb0cfee..bc46d64c775 100644
--- a/MVCDemos/Views/HtmlEditor/OutputFormats.cshtml
+++ b/MVCDemos/Views/HtmlEditor/OutputFormats.cshtml
@@ -1,7 +1,7 @@
@section ExternalDependencies {
-
+
}
diff --git a/NetCoreDemos/Views/HtmlEditor/OutputFormats.cshtml b/NetCoreDemos/Views/HtmlEditor/OutputFormats.cshtml
index 1f3a2db3211..0bfe0c2c382 100644
--- a/NetCoreDemos/Views/HtmlEditor/OutputFormats.cshtml
+++ b/NetCoreDemos/Views/HtmlEditor/OutputFormats.cshtml
@@ -1,7 +1,7 @@
@section ExternalDependencies {
-
+
}