multiplatform-markdown-renderer
multiplatform-markdown-renderer copied to clipboard
Markdown renderer for Kotlin Multiplatform Projects (Android, iOS, Desktop), using Compose.
## About this issue - Add an attribute `maxLines` to limit the amount of rendered lines - Optional: Add an elipsis at the end if not all text is displayed...
## About this issue Currently, `Markdown` composables are fairly black-box. While this convenient, I'd like to suggest a feature request to extract a `MarkdownState` class that exposes observable `State` properties...
## About this issue Consecutive headers aren't parsed properly. For example, github renders : ```markdown # H1 ## H2 ### H3 #### H4 ##### H5 ``` as # H1 ##...
## About this issue - Briefly describe the issue - How can the issue be reproduced / sample code ## Details * develop branch,no change - [Ladybug 2024.2.1 Patch 1...
## About this issue - Briefly describe the issue - How can the issue be reproduced / sample code ## Details MarkdownBasicText contains a very bad default animation, please provide...
Markdown doesn't render correctly on Android when a line ends with two spaces followed by a newline.
## About this issue Markdown doesn't render correctly on Android when a line ends with two spaces followed by a newline. Based on the markdown [syntax](https://www.markdownguide.org/basic-syntax/#line-breaks), two space and a...
## About this issue We are experiencing an issue with the markdown library on Android, where the citations it renders are not clickable. Despite our extensive efforts to troubleshoot and...
## About this issue We are experiencing an issue with the library on Android, where it is cutting off the top of images that it is supposed to render. Despite...