diff --git a/build/webpack.config.js b/build/webpack.config.js
index d1734c3ca..611929d99 100644
--- a/build/webpack.config.js
+++ b/build/webpack.config.js
@@ -126,31 +126,6 @@ if (process.env.NODE_ENV === 'production') {
slugify: slugify,
permalink: true,
permalinkBefore: true
- }],
- [require('markdown-it-container'), 'demo', {
- validate: function(params) {
- return params.trim().match(/^demo\s*(.*)$/);
- },
-
- render: function(tokens, idx) {
- var m = tokens[idx].info.trim().match(/^demo\s*(.*)$/);
- if (tokens[idx].nesting === 1) {
- var description = (m && m.length > 1) ? m[1] : '';
- var content = tokens[idx + 1].content;
- var html = convert(striptags.strip(content, ['script', 'style']));
- var script = striptags.fetch(content, 'script');
- var style = striptags.fetch(content, 'style');
- var descriptionHTML = description
- ? md.render(description)
- : '';
-
- return `
- ${html}
- ${descriptionHTML}
- `;
- }
- return '
\n';
- }
}]
],
preprocess: function(MarkdownIt, source) {
diff --git a/docs/components/demo-block.vue b/docs/components/demo-block.vue
deleted file mode 100644
index 4831e123f..000000000
--- a/docs/components/demo-block.vue
+++ /dev/null
@@ -1,196 +0,0 @@
-
-
-
-
-
- {{ controlText }}
-
-
-
-
-
-
-