MohamedRejeb / compose-rich-editor

A Rich text editor library for both Jetpack Compose and Compose Multiplatform, fully customizable, supports HTML and Markdown.
https://mohamedrejeb.github.io/compose-rich-editor/
Apache License 2.0
1.17k stars 76 forks source link

No code blocks parsing #253

Open T8RIN opened 7 months ago

T8RIN commented 7 months ago

`` kotlin fun function() {

} ``

this code blocks don't parsed correctly, just empty text in result

MohamedRejeb commented 7 months ago

Hi, Yes this feature is still missing in the library.

binishmatheww commented 1 week ago

Any idea when this will be included in the library ? Thanks for the awesome work by the way ❤️.