Skip to content

Commit bdbdb34

Browse files
committed
remove non relevant arg for parseMarkdownFlow
1 parent 0032b12 commit bdbdb34

File tree

1 file changed

+0
-2
lines changed
  • multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model

1 file changed

+0
-2
lines changed

multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownState.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ internal class MarkdownStateImpl(
226226
fun parseMarkdownFlow(
227227
content: String,
228228
lookupLinks: Boolean = true,
229-
retainState: Boolean = false,
230229
flavour: MarkdownFlavourDescriptor = GFMFlavourDescriptor(),
231230
parser: MarkdownParser = MarkdownParser(flavour),
232231
referenceLinkHandler: ReferenceLinkHandler = ReferenceLinkHandlerImpl(),
@@ -239,7 +238,6 @@ fun parseMarkdownFlow(
239238
flavour = flavour,
240239
parser = parser,
241240
referenceLinkHandler = referenceLinkHandler,
242-
retainState = retainState,
243241
)
244242
)
245243
markdownState.parse()

0 commit comments

Comments
 (0)