jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
567 stars 47 forks source link

Style param only affects to size #76

Open adrifernandev opened 9 months ago

adrifernandev commented 9 months ago

Hi! Style parameter only affects to size, it would be great that this affects to font, color and size.

MarkdownText(
                markdown = stringResource(id = text),
                style = SplitTheme.typography.body.l,
                fontResource = R.font.poppins_regular, // this is inherit to the style above
            )