There is a typo in https://github.com/FlowingCode/MarkdownEditor/blob/2510d2ec00e17a5361c2a4c6c5fe26fad31d119d/src/main/java/com/flowingcode/vaadin/addons/markdown/BaseMarkdownComponent.java#L48 `DataColorMode.LIGTH` appears to be misspelled. The correct value is likely `DataColorMode.LIGHT`. PR: https://github.com/FlowingCode/ChatAssistant/pull/25 Comment: https://github.com/FlowingCode/ChatAssistant/pull/25#discussion_r1800044379 Requested by: @javier-godoy