MarkdownView-Android
MarkdownView-Android copied to clipboard
Markdown lets you easily display markdown data in android and its compose ready.
According to this Stack Overflow discussion, Markdown supports math formulas since May 2022: https://stackoverflow.com/a/72310304/13916115 How do I make use if this in Jetpack Compose?
can you add a check list feature?  This one. It seems to be used like this - [ ]
### Subject of the issue I've used this to include my changelog in the app, but the collapsable sections aren't working as expected. ### Steps to reproduce Include the library,...
### Subject of the issue How can i add css file reference to the content? ### Steps to reproduce I want to implement something like this : https://github.com/falnatsheh/MarkdownView content with...
Please consider adding compose sample next to xml in readme or reference to code sample in sample app.
First of all, thanks for making this vary handy tool. I'm using it to create a user manual for my App, and finding it would be very useful to have...
## Adding dark theme for the lib Just added a new .html file to how preview in dark mode.
https://github.com/mukeshsolanki/MarkdownView-Android/blob/173f8d9484aa66569da49ad3c2862ef26b1b6381/markdownview/src/main/java/com/mukesh/Markdown.kt#L54 Sometimes, I just want to know which url the user clicked...