Closed akishind-medlinx closed 1 month ago
Set some text, containing bold-italic text (text with three asterisks ***bold-italic***) to RichTextState.setMarkdown.
***bold-italic***
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.
Thanks for all the issues that you are reporting. Your contribution will help me a lot to improve the library.
I will release a new version today that will contain all the fixes.
Set some text, containing bold-italic text (text with three asterisks
***bold-italic***
) toRichTextState.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.