Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Removed font dependency, updated demo-content
Browse files Browse the repository at this point in the history
  • Loading branch information
klan committed Mar 8, 2017
1 parent 2da604c commit d2494de
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 317 deletions.
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
306 changes: 0 additions & 306 deletions editor-styles.html

This file was deleted.

7 changes: 0 additions & 7 deletions markdown-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -126,7 +120,6 @@
var options = {};

options['disableExtraSpaces'] = true;
options['buttonLabels'] = 'fontawesome';
options['targetBlank'] = true;

// TOOLBAR
Expand Down
2 changes: 0 additions & 2 deletions medium-editor-markdown-import.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!-- <link rel="import" href="editor-styles.html"> -->
<link rel="stylesheet" href="../medium-editor/dist/css/medium-editor.min.css">
<link rel="stylesheet" href="../medium-editor/dist/css/themes/bootstrap.min.css">
<link rel="stylesheet" href="../components-font-awesome/css/font-awesome.min.css">

<script src="../medium-editor/dist/js/medium-editor.js"></script>
<script src="../medium-editor-markdown/dist/me-markdown.standalone.min.js"></script>

0 comments on commit d2494de

Please sign in to comment.