Insert Image + alignment

This commit is contained in:
NGPixel
2016-09-25 17:32:39 -04:00
parent c0be18a8d8
commit 86524e83bb
12 changed files with 219 additions and 38 deletions

View File

@@ -8,6 +8,10 @@ if($('#mk-editor').length === 1) {
let mdeModalOpenState = false;
let mdeCurrentEditor = null;
Vue.filter('filesize', (v) => {
return _.toUpper(filesize(v));
})
//=include editor-image.js
//=include editor-codeblock.js