File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
- .c9revisions
2
+ .c9revisions
3
+ /* .project
Original file line number Diff line number Diff line change
1
+ /* .jsdtscope
2
+ /* .eclipse.wst.jsdt.ui.superType.container
3
+ /* .eclipse.wst.jsdt.ui.superType.name
Original file line number Diff line number Diff line change 13
13
"<li><a data-wysihtml5-command='formatBlock' data-wysihtml5-command-value='h1' tabindex='-1'>" + locale . font_styles . h1 + "</a></li>" +
14
14
"<li><a data-wysihtml5-command='formatBlock' data-wysihtml5-command-value='h2' tabindex='-1'>" + locale . font_styles . h2 + "</a></li>" +
15
15
"<li><a data-wysihtml5-command='formatBlock' data-wysihtml5-command-value='h3' tabindex='-1'>" + locale . font_styles . h3 + "</a></li>" +
16
+ "<li><a data-wysihtml5-command='formatBlock' data-wysihtml5-command-value='h4'>" + locale . font_styles . h4 + "</a></li>" +
17
+ "<li><a data-wysihtml5-command='formatBlock' data-wysihtml5-command-value='h5'>" + locale . font_styles . h5 + "</a></li>" +
18
+ "<li><a data-wysihtml5-command='formatBlock' data-wysihtml5-command-value='h6'>" + locale . font_styles . h6 + "</a></li>" +
16
19
"</ul>" +
17
20
"</li>" ;
18
21
} ,
420
423
"h1" : { } ,
421
424
"h2" : { } ,
422
425
"h3" : { } ,
426
+ "h4" : { } ,
427
+ "h5" : { } ,
428
+ "h6" : { } ,
423
429
"blockquote" : { } ,
424
430
"u" : 1 ,
425
431
"img" : {
458
464
normal : "Normal text" ,
459
465
h1 : "Heading 1" ,
460
466
h2 : "Heading 2" ,
461
- h3 : "Heading 3"
467
+ h3 : "Heading 3" ,
468
+ h4 : "Heading 4" ,
469
+ h5 : "Heading 5" ,
470
+ h6 : "Heading 6"
462
471
} ,
463
472
emphasis : {
464
473
bold : "Bold" ,
You can’t perform that action at this time.
0 commit comments