Adds border for Markdown texts
This commit is contained in:
@@ -120,7 +120,8 @@ fun RichTextViewer(
|
|||||||
content.contains("```")
|
content.contains("```")
|
||||||
) {
|
) {
|
||||||
MaterialRichText(
|
MaterialRichText(
|
||||||
style = myMarkDownStyle
|
style = myMarkDownStyle,
|
||||||
|
modifier = Modifier.padding(bottom = 5.dp)
|
||||||
) {
|
) {
|
||||||
Markdown(
|
Markdown(
|
||||||
content = content,
|
content = content,
|
||||||
|
|||||||
Reference in New Issue
Block a user