Skip to content

Repository files navigation

Dachlatten Markdown

Build Status GitHub License GitHub Tag

This library provides Swift UI-like Markdown support for Compose UI. All Compose UI components that can work with AnnotatedStrings are supported.

val annotatedString = parseMarkdown(stringWithMarkdown)

setContent {
    BasicText(text = parsedText)
}

At the moment only basic formatting is supported. If you need more complex things, like tables and images, use Compose UI.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages