typo error

This commit is contained in:
jocs 2018-10-25 08:23:09 +08:00
parent d2e74fbefa
commit fc8a69e6af
2 changed files with 9 additions and 9 deletions

4
.github/TODOLIST.md vendored
View File

@ -56,13 +56,13 @@
##### Optimizations ##### Optimizations
- [ ] Search and Replace in Source Code mode. - [x] Search and Replace in Source Code mode.
- [x] Copy as Markdown - [x] Copy as Markdown
- [x] Copy as HTML - [x] Copy as HTML
- [ ] Redesign the float box, refactor with [popper](https://github.com/FezVrasta/popper.js) - [x] Redesign the float box, refactor with [popper](https://github.com/FezVrasta/popper.js)
- [ ] Translate cursor between source code mode and realtime preview mode - [ ] Translate cursor between source code mode and realtime preview mode

View File

@ -38,37 +38,37 @@ export const quicInsertObj = {
}], }],
'header': [{ 'header': [{
title: 'Header 1', title: 'Header 1',
subTitle: 'header rendered by h1.', subTitle: 'Header rendered by h1.',
label: 'heading 1', label: 'heading 1',
icon: header1Icon, icon: header1Icon,
color: 'rgb(86, 163, 108)' color: 'rgb(86, 163, 108)'
}, { }, {
title: 'Header 2', title: 'Header 2',
subTitle: 'header rendered by h2.', subTitle: 'Header rendered by h2.',
label: 'heading 2', label: 'heading 2',
icon: header2Icon, icon: header2Icon,
color: 'rgb(94, 133, 121)' color: 'rgb(94, 133, 121)'
}, { }, {
title: 'Header 3', title: 'Header 3',
subTitle: 'header rendered by h3.', subTitle: 'Header rendered by h3.',
label: 'heading 3', label: 'heading 3',
icon: header3Icon, icon: header3Icon,
color: 'rgb(119, 195, 79)' color: 'rgb(119, 195, 79)'
}, { }, {
title: 'Header 4', title: 'Header 4',
subTitle: 'header rendered by h4.', subTitle: 'Header rendered by h4.',
label: 'heading 4', label: 'heading 4',
icon: header4Icon, icon: header4Icon,
color: 'rgb(46, 104, 170)' color: 'rgb(46, 104, 170)'
}, { }, {
title: 'Header 5', title: 'Header 5',
subTitle: 'header rendered by h5.', subTitle: 'Header rendered by h5.',
label: 'heading 5', label: 'heading 5',
icon: header5Icon, icon: header5Icon,
color: 'rgb(126, 136, 79)' color: 'rgb(126, 136, 79)'
}, { }, {
title: 'Header 6', title: 'Header 6',
subTitle: 'header rendered by h6.', subTitle: 'Header rendered by h6.',
label: 'heading 6', label: 'heading 6',
icon: header6Icon, icon: header6Icon,
color: 'rgb(29, 176, 184)' color: 'rgb(29, 176, 184)'
@ -81,7 +81,7 @@ export const quicInsertObj = {
color: 'rgb(13, 23, 64)' color: 'rgb(13, 23, 64)'
}, { }, {
title: 'Mathematical Formula', title: 'Mathematical Formula',
subTitle: 'formula are rendered by Katex.', subTitle: 'Formula are rendered by Katex.',
label: 'mathblock', label: 'mathblock',
icon: mathblockIcon, icon: mathblockIcon,
color: 'rgb(252, 214, 146)' color: 'rgb(252, 214, 146)'