toggle menu
multiplatform-markdown-renderer
0.27.0
common
switch theme
search in API
multiplatform-markdown-renderer
/
com.mikepenz.markdown.compose.elements
/
MarkdownListItems
Markdown
List
Items
@
Composable
fun
MarkdownListItems
(
content
:
String
,
node
:
ASTNode
,
style
:
TextStyle
=
LocalMarkdownTypography.current.list
,
level
:
Int
=
0
,
item
:
@
Composable
(
index
:
Int
,
child
:
ASTNode
)
->
Unit
)