We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9f6c4 commit 717988aCopy full SHA for 717988a
README.md
@@ -128,9 +128,15 @@ Markdown(
128
)
129
```
130
131
-**Note:** Import either `com.mikepenz.markdown.m3.Markdown` for Material 3 or
+> [!NOTE]
132
+> Import either `com.mikepenz.markdown.m3.Markdown` for Material 3 or
133
`com.mikepenz.markdown.m2.Markdown` for Material 2 themed applications.
134
135
136
+> By default, when the markdown `content` changes, the component will display a loading state while
137
+> parsing the new content. To keep the previous content visible during updates and avoid showing the
138
+> loading state, set `retainState` to `true`.
139
+
140
<details><summary><b>Advanced Usage</b></summary>
141
<p>
142
0 commit comments