From d2494deab6dbccd4bb12e4faed1c5ca04ddd862e Mon Sep 17 00:00:00 2001 From: Klaus Nielsen Date: Wed, 8 Mar 2017 15:12:02 +0100 Subject: [PATCH] Removed font dependency, updated demo-content --- bower.json | 3 +- editor-styles.html | 306 ----------------------------- markdown-editor.html | 7 - medium-editor-markdown-import.html | 2 - 4 files changed, 1 insertion(+), 317 deletions(-) delete mode 100644 editor-styles.html diff --git a/bower.json b/bower.json index 1eb010c..04b9aae 100644 --- a/bower.json +++ b/bower.json @@ -2,8 +2,7 @@ "name": "markdown-editor", "main": "markdown-editor.html", "dependencies": { - "components-font-awesome": "^4.7.0", - "demo-content": "kriss-kross-io/demo-content#^0.0.4", + "demo-content": "kriss-kross-io/demo-content#^0.0.7", "iron-media-query": "PolymerElements/iron-media-query#^1.0.8", "marked-element": "PolymerElements/marked-element#^1.2.0", "medium-editor-markdown": "IonicaBizau/medium-editor-markdown#^2.6.1", diff --git a/editor-styles.html b/editor-styles.html deleted file mode 100644 index a35f513..0000000 --- a/editor-styles.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - diff --git a/markdown-editor.html b/markdown-editor.html index 8c20b15..0f33faa 100644 --- a/markdown-editor.html +++ b/markdown-editor.html @@ -29,12 +29,6 @@ :host { display: block; } - /*TODO: fix missing styling*/ - /*:host ::content .markdown-html blockquote { - padding: 0 1em; - color: #777; - border-left: 0.25em solid #ddd; - }*/ #preview { background-color: #ededed; overflow-x: scroll; @@ -126,7 +120,6 @@ var options = {}; options['disableExtraSpaces'] = true; - options['buttonLabels'] = 'fontawesome'; options['targetBlank'] = true; // TOOLBAR diff --git a/medium-editor-markdown-import.html b/medium-editor-markdown-import.html index 61ffbb2..2ec22c7 100644 --- a/medium-editor-markdown-import.html +++ b/medium-editor-markdown-import.html @@ -1,7 +1,5 @@ - -