Closed brendancarney closed 5 years ago
Closes #18.
Now, if you call editor.ToggleList({ type: "ordered-list" }) from within an unordered-list, it will change the type instead of unwrapping it.
editor.ToggleList({ type: "ordered-list" })
unordered-list
Closes #18.
Now, if you call
editor.ToggleList({ type: "ordered-list" })
from within anunordered-list
, it will change the type instead of unwrapping it.