feat: markdown editor process markers

This commit is contained in:
NGPixel
2020-07-12 19:20:10 -04:00
parent 52d0af19b4
commit f4502ccef7
3 changed files with 78 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ const state = {
content: '',
mode: 'create',
activeModal: '',
activeModalData: null,
media: {
folderTree: [],
currentFolderId: 0,