-
- {this.getFormatButton("bold", this.handleInsertBold)}
- {this.getFormatButton("italic", this.handleInsertItalic)}
- {this.getFormatButton("link", this.handleInsertLink)}
-
-
-
- {this.getFormatButton("header", this.handleInsertHeader)}
- {this.getFormatButton(
- "strikethrough",
- this.handleInsertStrikethrough,
- )}
- {this.getFormatButton("quote", this.handleInsertQuote)}
- {this.getFormatButton("list", this.handleInsertList)}
- {this.getFormatButton("code", this.handleInsertCode)}
- {this.getFormatButton("subscript", this.handleInsertSubscript)}
- {this.getFormatButton(
- "superscript",
- this.handleInsertSuperscript,
- )}
- {this.getFormatButton("spoiler", this.handleInsertSpoiler)}
-
-
-
-
-
+ {this.getFormatButton("quote", this.handleInsertQuote)}
+ {this.getFormatButton("list", this.handleInsertList)}
+ {this.getFormatButton("code", this.handleInsertCode)}
+ {this.getFormatButton(
+ "subscript",
+ this.handleInsertSubscript,
+ )}
+ {this.getFormatButton(
+ "superscript",
+ this.handleInsertSuperscript,
+ )}
+ {this.getFormatButton("spoiler", this.handleInsertSpoiler)}
+
+
+
+