halilozercan / compose-richtext

A collection of Compose libraries for advanced text formatting and alternative display types.
https://halilibo.com/compose-richtext
Apache License 2.0
787 stars 65 forks source link

Moved LinkClickHandler from Markdown modules to richtext-ui #130

Closed halilozercan closed 7 months ago

halilozercan commented 7 months ago

Text formatting objects should not carry any lambdas for mainly serialization and also control of link clicks should be on a click handler specified at Composable level.

Markdown will take advantage of richtext-ui built-in link click handling.