Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
e-adrien committed Feb 1, 2024
1 parent 82554a7 commit ba38812
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@ import { Edith } from "@lesjoursfr/edith";
new Edith(document.querySelector("#editor"), {
height: 200,
toolbar: [
["style", ["bold", "italic", "underline", "strikethrough", "subscript", "superscript", "nbsp", "clear"]],
[
"style",
[
"bold",
"italic",
"underline",
"strikethrough",
"subscript",
"superscript",
"nbsp",
"clear",
],
],
/*** Other toolbar blocs ***/
],
buttons: {
Expand Down

0 comments on commit ba38812

Please sign in to comment.