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

Commit

Permalink
Removed phrase extension
Browse files Browse the repository at this point in the history
  • Loading branch information
klan committed Jan 27, 2017
1 parent 368dc33 commit 945a303
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"demo-content": "kriss-kross-io/demo-content#^0.0.4",
"marked-element": "PolymerElements/marked-element#^1.2.0",
"medium-editor-markdown": "IonicaBizau/medium-editor-markdown#^2.6.1",
"medium-editor-phrase": "nymag/medium-editor-phrase",
"paper-input": "PolymerElements/paper-input#^1.1.22",
"polymer": "Polymer/polymer#^1.4.0"
},
Expand Down
9 changes: 1 addition & 8 deletions markdown-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,13 @@
markdown: new MeMarkdown(function(md) {
// console.log('md:\n%O', md);
this.set('markdown', md);
}.bind(this)),
code: new MediumEditorPhrase({
name: 'code',
aria: 'codeblock',
contentDefault: '< />',
phraseTagName: 'code'
})
}.bind(this))
},
toolbar: {
buttons: [
'bold',
'italic',
'anchor',
'code',
'h1',
'h2',
'h3',
Expand Down
1 change: 0 additions & 1 deletion medium-editor-markdown-import.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

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

0 comments on commit 945a303

Please sign in to comment.