feat: editor-modal-document UI (2)

This commit is contained in:
NGPixel
2018-02-18 00:52:52 -05:00
parent f27c1e86b1
commit beb3fe128b
2 changed files with 5 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ export default {
},
data() {
return {
code: 'const a = 10',
code: '# Header 1\n\nSample **Text**\n\n## Header 2\nSample Text',
cmOptions: {
tabSize: 2,
mode: 'text/markdown',