diff --git a/BookAStar/BookAStar.Droid/MarkdownEditor.cshtml b/BookAStar/BookAStar.Droid/MarkdownEditor.cshtml index 1b9ccc99..86e90cf4 100644 --- a/BookAStar/BookAStar.Droid/MarkdownEditor.cshtml +++ b/BookAStar/BookAStar.Droid/MarkdownEditor.cshtml @@ -42,7 +42,7 @@ [{ 'header': 1 }, { 'header': 2 }], // custom button values [{ 'list': 'ordered' }, { 'list': 'bullet' }], [{ 'indent': '-1' }, { 'indent': '+1' }], // outdent/indent - ['link', 'image'], + ['link', 'image', 'video'], ['clean'] // remove formatting button ];