Overview of Kotlin Multiplatform Markdown Renderer features
developThe library provides a powerful Markdown rendering solution for Compose Multiplatform projects. Key features include:
- Cross-platform Support: Works on Android, iOS, Desktop, and Web.
- Material Design Integration: Supports both Material 2 and Material 3.
- Rich Markdown Support: Renders headings, lists, code blocks, tables, images, and more.
- Syntax Highlighting: Optional support for various programming languages.
- Image Loading: Integrates with Coil2 and Coil3.
- Performance: Optimized with lazy loading support for large documents.
- Customization: Extensive options for colors, typography, and components.