Can I set a character limit for Toast UI Editor?
I have an application that is using Toast UI Editor to allow users to enter markdown. The markdown is stored in a database and there is a limit on the field length. So I would like to have some kind of validation on the client side that will prevent users from exceeding the character limit, something that works like the maxlength
HTML attribute.