Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

jisungbin/compose-markdown

Repository files navigation

Compose Markdown

Build markdown with Jetpack Compose runtime1.

This README is made with Composable! Check out the sample.

Introduction

Jetpack Compose is often known as a UI toolkit, but it is actually a library providing excellent node traversal implementation. This repository creates our own Compose UI that produces Markdown strings using only Compose's runtime features.

This development began with the purpose of learning Compose Runtime and has been made public to spread the value of the Compose Runtime.

You can generate markdown programmatically using the power of Kotlin + Composable.

List(ordered = true) {
  repeat(3) {
    Text("My item!")
  }
}
  1. My item!
  2. My item!
  3. My item!

Download

Will be published to MavenCentral soon.

Footnotes

  1. Not Compose UI!

About

Build markdown with Jetpack Compose runtime.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Contributors 2

  •  
  •  

Languages