diff --git a/.gitignore b/.gitignore index 4443c22..347c980 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -.c9revisions \ No newline at end of file +.c9revisions +/*.project diff --git a/.settings/.gitignore b/.settings/.gitignore new file mode 100644 index 0000000..24f7eb4 --- /dev/null +++ b/.settings/.gitignore @@ -0,0 +1,3 @@ +/*.jsdtscope +/*.eclipse.wst.jsdt.ui.superType.container +/*.eclipse.wst.jsdt.ui.superType.name diff --git a/src/bootstrap-wysihtml5.js b/src/bootstrap-wysihtml5.js index 1e18c80..28bcd74 100644 --- a/src/bootstrap-wysihtml5.js +++ b/src/bootstrap-wysihtml5.js @@ -13,6 +13,9 @@ "
  • " + locale.font_styles.h1 + "
  • " + "
  • " + locale.font_styles.h2 + "
  • " + "
  • " + locale.font_styles.h3 + "
  • " + + "
  • " + locale.font_styles.h4 + "
  • " + + "
  • " + locale.font_styles.h5 + "
  • " + + "
  • " + locale.font_styles.h6 + "
  • " + "" + ""; }, @@ -420,6 +423,9 @@ "h1": {}, "h2": {}, "h3": {}, + "h4": {}, + "h5": {}, + "h6": {}, "blockquote": {}, "u": 1, "img": { @@ -458,7 +464,10 @@ normal: "Normal text", h1: "Heading 1", h2: "Heading 2", - h3: "Heading 3" + h3: "Heading 3", + h4: "Heading 4", + h5: "Heading 5", + h6: "Heading 6" }, emphasis: { bold: "Bold",