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
} ,
416
419
"h1" : { } ,
417
420
"h2" : { } ,
418
421
"h3" : { } ,
422
+ "h4" : { } ,
423
+ "h5" : { } ,
424
+ "h6" : { } ,
419
425
"blockquote" : { } ,
420
426
"u" : 1 ,
421
427
"img" : {
456
462
normal : "Normal text" ,
457
463
h1 : "Heading 1" ,
458
464
h2 : "Heading 2" ,
459
- h3 : "Heading 3"
465
+ h3 : "Heading 3" ,
466
+ h4 : "Heading 4" ,
467
+ h5 : "Heading 5" ,
468
+ h6 : "Heading 6"
460
469
} ,
461
470
emphasis : {
462
471
bold : "Bold" ,
You can’t perform that action at this time.
0 commit comments