multiplatform-markdown-renderer icon indicating copy to clipboard operation
multiplatform-markdown-renderer copied to clipboard

Markdown renderer for Kotlin Multiplatform Projects (Android, iOS, Desktop), using Compose.

Results 18 multiplatform-markdown-renderer issues
Sort by recently updated
recently updated
newest added

## 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...

help wanted

## About this issue ```ASTNode.handleElement``` for ![Image](Image URL's) 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...

help wanted

## 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...

help wanted

standard md ```md > quote > > multiple lines ``` ![image](https://github.com/mikepenz/multiplatform-markdown-renderer/assets/31177490/daa16f31-87d1-458c-a256-2a862ce03bd4) GFM ```md > quote > multiple lines ``` ![image](https://github.com/mikepenz/multiplatform-markdown-renderer/assets/31177490/19a21330-c359-4136-8021-7e39a7f8e262)

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...

help wanted

## 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...

feature

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...