Update markdown to 0.37.0 (mihonapp/mihon#2516)
(cherry picked from commit 27a4f6f45c0ba639450428f5f58b1c938fe3032e)
This commit is contained in:
parent
83827f7e8e
commit
a464d2f4de
2 changed files with 1 additions and 7 deletions
|
|
@ -14,7 +14,6 @@ import androidx.compose.runtime.CompositionLocalProvider
|
||||||
import androidx.compose.runtime.ReadOnlyComposable
|
import androidx.compose.runtime.ReadOnlyComposable
|
||||||
import androidx.compose.runtime.remember
|
import androidx.compose.runtime.remember
|
||||||
import androidx.compose.ui.Modifier
|
import androidx.compose.ui.Modifier
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.layout.FirstBaseline
|
import androidx.compose.ui.layout.FirstBaseline
|
||||||
import androidx.compose.ui.text.Placeholder
|
import androidx.compose.ui.text.Placeholder
|
||||||
import androidx.compose.ui.text.PlaceholderVerticalAlign
|
import androidx.compose.ui.text.PlaceholderVerticalAlign
|
||||||
|
|
@ -102,13 +101,9 @@ private fun getMarkdownColors(): MarkdownColors {
|
||||||
val codeBackground = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.1f)
|
val codeBackground = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.1f)
|
||||||
return DefaultMarkdownColors(
|
return DefaultMarkdownColors(
|
||||||
text = MaterialTheme.colorScheme.onSurface,
|
text = MaterialTheme.colorScheme.onSurface,
|
||||||
codeText = Color.Unspecified,
|
|
||||||
inlineCodeText = Color.Unspecified,
|
|
||||||
linkText = Color.Unspecified,
|
|
||||||
codeBackground = codeBackground,
|
codeBackground = codeBackground,
|
||||||
inlineCodeBackground = codeBackground,
|
inlineCodeBackground = codeBackground,
|
||||||
dividerColor = MaterialTheme.colorScheme.outlineVariant,
|
dividerColor = MaterialTheme.colorScheme.outlineVariant,
|
||||||
tableText = Color.Unspecified,
|
|
||||||
tableBackground = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.05f),
|
tableBackground = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.05f),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
@ -139,7 +134,6 @@ private fun getMarkdownTypography(): MarkdownTypography {
|
||||||
ordered = MaterialTheme.typography.bodyMedium,
|
ordered = MaterialTheme.typography.bodyMedium,
|
||||||
bullet = MaterialTheme.typography.bodyMedium,
|
bullet = MaterialTheme.typography.bodyMedium,
|
||||||
list = MaterialTheme.typography.bodyMedium,
|
list = MaterialTheme.typography.bodyMedium,
|
||||||
link = link,
|
|
||||||
textLink = TextLinkStyles(style = link.toSpanStyle()),
|
textLink = TextLinkStyles(style = link.toSpanStyle()),
|
||||||
table = MaterialTheme.typography.bodyMedium,
|
table = MaterialTheme.typography.bodyMedium,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ voyager = "1.1.0-beta03"
|
||||||
spotless = "7.2.1"
|
spotless = "7.2.1"
|
||||||
ktlint-core = "1.5.0"
|
ktlint-core = "1.5.0"
|
||||||
firebase-bom = "33.16.0"
|
firebase-bom = "33.16.0"
|
||||||
markdown = "0.35.0"
|
markdown = "0.37.0"
|
||||||
junit = "5.13.4"
|
junit = "5.13.4"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue