We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cecd0 commit 772970dCopy full SHA for 772970d
1 file changed
examples/rich-text-editor/rich_text_editor.js
@@ -59,7 +59,7 @@ function getMarkdownToolbarOptions() {
59
return [
60
[{ header: 1 }, { header: 2 }, { header: 3 }],
61
["bold", "italic"],
62
- ["link", "image", "blockquote"],
+ ["link", "image", "blockquote", "code-block"],
63
[{ list: "ordered" }, { list: "bullet" }],
64
["clean"],
65
];
0 commit comments