multiplatform-markdown-renderer
multiplatform-markdown-renderer copied to clipboard
Markdown renderer for Kotlin Multiplatform Projects (Android, iOS, Desktop), using Compose.
## About this issue - Briefly describe the issue - How can the issue be reproduced / sample code Hi, I'm using Compose for Web as a `kotlin("js")` project and...
## About this issue ```ASTNode.handleElement``` for  section are handled by a paragraph and not ```MarkdownElementTypes.IMAGE``` This is causing images to appear with a fixed size of 180.dp since...
## About this issue Hello! When trying to render markdown, images do not show. However, if they are linked, clicking on the empty space where they should be opens the...
Hey 👋🏾 I was wondering if you would consider adding syntax highlighting for code blocks (perhaps on an opt-in basis?) to this library, using something like https://github.com/wingio/syntakts perhaps. Thanks for...
## About this issue Link is not clickable when SelectionContainer is used. For example: ```kotlin SelectionContainer { Markdown(content = "[test](https://exampmle.com)") } ``` It is possible to solve that by using...
standard md ```md > quote > > multiple lines ```  GFM ```md > quote > multiple lines ``` 
Currently if I have a markdown text with double [] such as ``` [This should work][This is not a link] this is just text Yada yadada The end ``` The...
## About this issue This doesn't seem to render hrules/divider or tables properly..otherwise, it works great! Example markdown: ``` -------------------------------------------------------------------------- A/B Test Cells (All) number is percentage of crashes with...
Hello, and thank you for your hard work with this! I really do appreciate how well everything works together, and I think it's very beneficial for multiplatform development. I've looking...
Thanks a lot for having such a good markdown rendering library! 👍 It basically parses most markdown content, and is also highly customizable, but in some text, it takes the...