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: multiplatform-markdown-renderer/api/android/multiplatform-markdown-renderer.api
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -608,6 +608,8 @@ public abstract interface class com/mikepenz/markdown/model/MarkdownState {
608
608
public final class com/mikepenz/markdown/model/MarkdownStateKt {
609
609
public static final fun asMarkdownState (Lkotlinx/coroutines/flow/Flow;ZZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;)Lkotlinx/coroutines/flow/Flow;
610
610
public static synthetic fun asMarkdownState$default (Lkotlinx/coroutines/flow/Flow;ZZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
611
+
public static final fun parseMarkdown (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;)Lcom/mikepenz/markdown/model/State;
612
+
public static synthetic fun parseMarkdown$default (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ILjava/lang/Object;)Lcom/mikepenz/markdown/model/State;
611
613
public static final fun parseMarkdownFlow (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;)Lkotlinx/coroutines/flow/Flow;
612
614
public static synthetic fun parseMarkdownFlow$default (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
613
615
public static final fun rememberMarkdownState (Ljava/lang/String;ZZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ZLandroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownState;
Copy file name to clipboardExpand all lines: multiplatform-markdown-renderer/api/jvm/multiplatform-markdown-renderer.api
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -678,6 +678,8 @@ public abstract interface class com/mikepenz/markdown/model/MarkdownState {
678
678
public final class com/mikepenz/markdown/model/MarkdownStateKt {
679
679
public static final fun asMarkdownState (Lkotlinx/coroutines/flow/Flow;ZZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;)Lkotlinx/coroutines/flow/Flow;
680
680
public static synthetic fun asMarkdownState$default (Lkotlinx/coroutines/flow/Flow;ZZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
681
+
public static final fun parseMarkdown (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;)Lcom/mikepenz/markdown/model/State;
682
+
public static synthetic fun parseMarkdown$default (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ILjava/lang/Object;)Lcom/mikepenz/markdown/model/State;
681
683
public static final fun parseMarkdownFlow (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;)Lkotlinx/coroutines/flow/Flow;
682
684
public static synthetic fun parseMarkdownFlow$default (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow;
683
685
public static final fun rememberMarkdownState (Ljava/lang/String;ZZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ZLandroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownState;
Copy file name to clipboardExpand all lines: multiplatform-markdown-renderer/api/multiplatform-markdown-renderer.klib.api
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -921,6 +921,7 @@ final fun com.mikepenz.markdown.model/markdownDimens(androidx.compose.ui.unit/Dp
921
921
final fun com.mikepenz.markdown.model/markdownExtendedSpans(kotlin/Function2<androidx.compose.runtime/Composer, kotlin/Int, com.mikepenz.markdown.compose.extendedspans/ExtendedSpans>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownExtendedSpans // com.mikepenz.markdown.model/markdownExtendedSpans|markdownExtendedSpans(kotlin.Function2<androidx.compose.runtime.Composer,kotlin.Int,com.mikepenz.markdown.compose.extendedspans.ExtendedSpans>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0]
922
922
final fun com.mikepenz.markdown.model/markdownInlineContent(kotlin.collections/Map<kotlin/String, androidx.compose.foundation.text/InlineTextContent>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownInlineContent // com.mikepenz.markdown.model/markdownInlineContent|markdownInlineContent(kotlin.collections.Map<kotlin.String,androidx.compose.foundation.text.InlineTextContent>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0]
923
923
final fun com.mikepenz.markdown.model/markdownPadding(androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp?, androidx.compose.ui.unit/Dp, androidx.compose.foundation.layout/PaddingValues?, androidx.compose.foundation.layout/PaddingValues?, androidx.compose.foundation.layout/PaddingValues?, androidx.compose.foundation.layout/PaddingValues.Absolute?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownPadding // com.mikepenz.markdown.model/markdownPadding|markdownPadding(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp?;androidx.compose.ui.unit.Dp;androidx.compose.foundation.layout.PaddingValues?;androidx.compose.foundation.layout.PaddingValues?;androidx.compose.foundation.layout.PaddingValues?;androidx.compose.foundation.layout.PaddingValues.Absolute?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0]
924
+
final fun com.mikepenz.markdown.model/parseMarkdown(kotlin/String, kotlin/Boolean = ..., org.intellij.markdown.flavours/MarkdownFlavourDescriptor = ..., org.intellij.markdown.parser/MarkdownParser = ..., com.mikepenz.markdown.model/ReferenceLinkHandler = ...): com.mikepenz.markdown.model/State // com.mikepenz.markdown.model/parseMarkdown|parseMarkdown(kotlin.String;kotlin.Boolean;org.intellij.markdown.flavours.MarkdownFlavourDescriptor;org.intellij.markdown.parser.MarkdownParser;com.mikepenz.markdown.model.ReferenceLinkHandler){}[0]
924
925
final fun com.mikepenz.markdown.model/parseMarkdownFlow(kotlin/String, kotlin/Boolean = ..., org.intellij.markdown.flavours/MarkdownFlavourDescriptor = ..., org.intellij.markdown.parser/MarkdownParser = ..., com.mikepenz.markdown.model/ReferenceLinkHandler = ...): kotlinx.coroutines.flow/Flow<com.mikepenz.markdown.model/State> // com.mikepenz.markdown.model/parseMarkdownFlow|parseMarkdownFlow(kotlin.String;kotlin.Boolean;org.intellij.markdown.flavours.MarkdownFlavourDescriptor;org.intellij.markdown.parser.MarkdownParser;com.mikepenz.markdown.model.ReferenceLinkHandler){}[0]
925
926
final fun com.mikepenz.markdown.model/rememberMarkdownState(kotlin/Array<out kotlin/Any?>..., kotlin/Boolean, kotlin/Boolean, org.intellij.markdown.flavours/MarkdownFlavourDescriptor?, org.intellij.markdown.parser/MarkdownParser?, com.mikepenz.markdown.model/ReferenceLinkHandler?, kotlin.coroutines/SuspendFunction0<kotlin/String>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownState // com.mikepenz.markdown.model/rememberMarkdownState|rememberMarkdownState(kotlin.Array<out|kotlin.Any?>...;kotlin.Boolean;kotlin.Boolean;org.intellij.markdown.flavours.MarkdownFlavourDescriptor?;org.intellij.markdown.parser.MarkdownParser?;com.mikepenz.markdown.model.ReferenceLinkHandler?;kotlin.coroutines.SuspendFunction0<kotlin.String>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0]
926
927
final fun com.mikepenz.markdown.model/rememberMarkdownState(kotlin/String, kotlin/Boolean, kotlin/Boolean, org.intellij.markdown.flavours/MarkdownFlavourDescriptor?, org.intellij.markdown.parser/MarkdownParser?, com.mikepenz.markdown.model/ReferenceLinkHandler?, kotlin/Boolean, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownState // com.mikepenz.markdown.model/rememberMarkdownState|rememberMarkdownState(kotlin.String;kotlin.Boolean;kotlin.Boolean;org.intellij.markdown.flavours.MarkdownFlavourDescriptor?;org.intellij.markdown.parser.MarkdownParser?;com.mikepenz.markdown.model.ReferenceLinkHandler?;kotlin.Boolean;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0]
0 commit comments