A Kotlin JS markdown editor
https://xemantic.github.io/xemantic-markdown-editor/
A Markdown editor, built with Kotlin JS, testing capabilities of the markanywhere library.
It is following MVVM architecture for clean separation of concerns and testability using xemantic-kotlin-js library.
Add to your build.gradle.kts:
dependencies {
implementation("com.xemantic.markdown.editor:xemantic-markdown-editor:0.1.0")
}