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 e43d405 commit d5c6858Copy full SHA for d5c6858
core/src/commands/index.tsx
@@ -53,3 +53,23 @@ export const getCommands: () => ICommand[] = () =>
53
.map((key) => defaultCommands[key as keyof typeof defaultCommands]);
54
55
export const getModeCommands: () => ICommand[] = () => [preview, fullscreen];
56
+
57
+export {
58
+ bold,
59
+ code,
60
+ codeBlock,
61
+ italic,
62
+ header,
63
+ strike,
64
+ underline,
65
+ olist,
66
+ ulist,
67
+ quote,
68
+ link,
69
+ todo,
70
+ image,
71
+ redo,
72
+ undo,
73
+ fullscreen,
74
+ preview,
75
+};
0 commit comments