Skip to content

Commit

Permalink
Add { 'list': 'check' } to the formats array example
Browse files Browse the repository at this point in the history
  • Loading branch information
benbro authored and luin committed Feb 3, 2024
1 parent ba5617e commit 176f586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/content/docs/modules/toolbar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const toolbarOptions = [
['link', 'image', 'video', 'formula'],

[{ 'header': 1 }, { 'header': 2 }], // custom button values
[{ 'list': 'ordered'}, { 'list': 'bullet' }],
[{ 'list': 'ordered'}, { 'list': 'bullet' }, { 'list': 'check' }],
[{ 'script': 'sub'}, { 'script': 'super' }], // superscript/subscript
[{ 'indent': '-1'}, { 'indent': '+1' }], // outdent/indent
[{ 'direction': 'rtl' }], // text direction
Expand Down

0 comments on commit 176f586

Please sign in to comment.