Danilian Akhmedzianov
Danilian Akhmedzianov
Do you have any plans to implement any of them? I'd like to make a PR with It, if it's okay for you.
**How to reproduce:** ```kotlin val (fontSize, setFontSize) = remember { mutableStateOf(14) } Button(onClick = { setFontSize(fontSize + 1) }) { Text("Increase font size") } MarkdownText( markdown = content, textAlign =...
Very useful module, thank you for it! How can I find videos only? I know that I have to add tbm=vid in GET like a `google.requestOptions = { qs :...