Line height plugin
List of available line spacing in the dropdown list
Jodit.make('#editor', {
controls: {
lineHeight: {
list: Jodit.atom([1, 2, 3, 3.5])
}
}
});
List of available line spacing in the dropdown list
Jodit.make('#editor', {
controls: {
lineHeight: {
list: Jodit.atom([1, 2, 3, 3.5])
}
}
});