chore(deps): update markdown renderer (mike penz) to v0.37.0 (#3087)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phil Oliver <3497406+poliver@users.noreply.github.com>
pull/3110/head^2
renovate[bot] 2025-09-15 21:13:19 +00:00 zatwierdzone przez GitHub
rodzic 42b2847505
commit 437e8f864c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -43,13 +43,9 @@ fun MDText(
val colors =
DefaultMarkdownColors(
text = color,
codeText = MaterialTheme.colorScheme.onSurface,
inlineCodeText = MaterialTheme.colorScheme.onSurface,
linkText = HyperlinkBlue,
codeBackground = MaterialTheme.colorScheme.surfaceContainerHigh,
inlineCodeBackground = MaterialTheme.colorScheme.surfaceContainerHigh,
dividerColor = MaterialTheme.colorScheme.onSurface,
tableText = MaterialTheme.colorScheme.onSurface,
tableBackground = MaterialTheme.colorScheme.surfaceContainer,
)
@ -79,7 +75,6 @@ fun MDText(
ordered = MaterialTheme.typography.bodyMedium.copy(color = color),
bullet = MaterialTheme.typography.bodyMedium.copy(color = color),
list = MaterialTheme.typography.bodyMedium.copy(color = color),
link = TextStyle(color = HyperlinkBlue, textDecoration = TextDecoration.Underline),
textLink =
TextLinkStyles(style = SpanStyle(color = HyperlinkBlue, textDecoration = TextDecoration.Underline)),
table = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.onSurface),

Wyświetl plik

@ -13,7 +13,7 @@ kotlin = "2.2.20"
kotlinx-coroutines-android = "1.10.2"
lifecycle = "2.9.3"
maps-compose = "6.10.0"
markdownRenderer = "0.35.0"
markdownRenderer = "0.37.0"
navigation = "2.9.4"
navigation3 = "1.0.0-alpha09"
okhttp = "5.1.0"