$.sceditor.formats.bbcode
.set("h1", { tags: { h1: null }, format: "[h1]{0}[/h1]", html: "
{0}
", isInline: false })
.set("h2", { tags: { h2: null }, format: "[h2]{0}[/h2]", html: "{0}
", isInline: false })
.set("h3", { tags: { h3: null }, format: "[h3]{0}[/h3]", html: "{0}
", isInline: false })
.set("h4", { tags: { h4: null }, format: "[h4]{0}[/h4]", html: "{0}
", isInline: false })
.set("h5", { tags: { h5: null }, format: "[h5]{0}[/h5]", html: "{0}
", isInline: false })
.set("h6", { tags: { h6: null }, format: "[h6]{0}[/h6]", html: "{0}
", isInline: false });