diff --git a/src/shared/components/common/markdown-textarea.tsx b/src/shared/components/common/markdown-textarea.tsx index 2d2e96b7..25f7734f 100644 --- a/src/shared/components/common/markdown-textarea.tsx +++ b/src/shared/components/common/markdown-textarea.tsx @@ -156,72 +156,76 @@ export class MarkdownTextArea extends Component<
-
- {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)} + + + +
+ )}