A Kotlin JS markdown editor
A markdown editor built with Kotlin JS, following MVVM architecture for clean separation of concerns and testability.
Add to your build.gradle.kts:
dependencies {
implementation("com.xemantic.markdown.editor:xemantic-markdown-editor:0.1.0")
}