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.18k stars 77 forks source link

Bold-italic text is not recongnized when setting initial text #361

Closed akishind-medlinx closed 1 month ago

akishind-medlinx commented 2 months ago

Set some text, containing bold-italic text (text with three asterisks ***bold-italic***) to RichTextState.setMarkdown.

The text is displayed as bold, without italic formatting.

https://github.com/user-attachments/assets/0e91e588-427a-4d9f-b9f7-8cd648238055

In the video I decode markdown text from the editor, then but the same markdown back.

MohamedRejeb commented 1 month ago

Thanks for all the issues that you are reporting. Your contribution will help me a lot to improve the library.

MohamedRejeb commented 1 month ago

I will release a new version today that will contain all the fixes.