You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,11 @@ Markdown(
54
54
- As a result the component spec now needs to handle depth.
55
55
See [Source](https://github.com/keta1/multiplatform-markdown-renderer/blob/develop/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/components/MarkdownComponents.kt#L201-L208)
56
56
for details.
57
+
-**Breaking Change**: The `MarkdownListItems` component now takes 2 optional lambdas
58
+
- These lambdas offer the ability to provide custom `Modifier`s for the marker and the list
59
+
content.
60
+
- This can be helpful for example to adjust the baseline.
0 commit comments