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
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
3
+
4
+
Fixes # (issue)
5
+
6
+
## Type of change
7
+
Please delete options that are not relevant.
8
+
9
+
-[ ] Bug fix (non-breaking change which fixes an issue)
10
+
-[ ] New feature (non-breaking change which adds functionality)
11
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12
+
-[ ] Documentation update
13
+
-[ ] Code style update (formatting, renaming)
14
+
-[ ] Refactoring (no functional changes, no API changes)
15
+
-[ ] Build configuration change
16
+
-[ ] Other (please describe):
17
+
18
+
## How Has This Been Tested?
19
+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
20
+
21
+
-[ ] Test A
22
+
-[ ] Test B
23
+
24
+
## Checklist:
25
+
-[ ] My code follows the style guidelines of this project
26
+
-[ ] I have performed a self-review of my own code
27
+
-[ ] I have commented my code, particularly in hard-to-understand areas
28
+
-[ ] I have made corresponding changes to the documentation
29
+
-[ ] My changes generate no new warnings
30
+
-[ ] I have added tests that prove my fix is effective or that my feature works
31
+
-[ ] New and existing unit tests pass locally with my changes
32
+
-[ ] Any dependent changes have been merged and published in downstream modules
Copy file name to clipboardExpand all lines: SECURITY.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,5 @@ Patches will be released to the latest major version.
6
6
7
7
## Reporting a Vulnerability
8
8
9
-
Please report (suspected) security vulnerabilities to mikepenz+osss@gmail.com. If the issue is confirmed, we will release a patch as soon as possible depending on complexity.
9
+
Please report (suspected) security vulnerabilities to opensource-sec@mikepenz.dev. If the issue is
10
+
confirmed, we will release a patch as soon as possible depending on complexity.
Copy file name to clipboardExpand all lines: multiplatform-markdown-renderer/api/android/multiplatform-markdown-renderer.api
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public final class com/mikepenz/markdown/compose/LazyMarkdownKt {
63
63
}
64
64
65
65
public final class com/mikepenz/markdown/compose/MarkdownExtensionKt {
66
-
public static final fun MarkdownElement (Lorg/intellij/markdown/ast/ASTNode;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Ljava/lang/String;ZZLandroidx/compose/runtime/Composer;II)Z
66
+
public static final fun MarkdownElement (Lorg/intellij/markdown/ast/ASTNode;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Ljava/lang/String;ZZLandroidx/compose/runtime/Composer;II)V
67
67
}
68
68
69
69
public final class com/mikepenz/markdown/compose/MarkdownKt {
@@ -575,19 +575,17 @@ public final class com/mikepenz/markdown/model/MarkdownPaddingKt {
575
575
public static final fun markdownPadding-hBH8OFI (FFFFLandroidx/compose/ui/unit/Dp;FLandroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues$Absolute;Landroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownPadding;
576
576
}
577
577
578
-
public final class com/mikepenz/markdown/model/MarkdownState {
579
-
public static final field $stable I
580
-
public fun <init> (Lcom/mikepenz/markdown/model/Input;)V
581
-
public final fun getInput ()Lcom/mikepenz/markdown/model/Input;
582
-
public final fun getLinks ()Lkotlinx/coroutines/flow/StateFlow;
583
-
public final fun getState ()Lkotlinx/coroutines/flow/StateFlow;
584
-
public final fun parse (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
578
+
public abstract interface class com/mikepenz/markdown/model/MarkdownState {
579
+
public abstract fun getLinks ()Lkotlinx/coroutines/flow/StateFlow;
580
+
public abstract fun getState ()Lkotlinx/coroutines/flow/StateFlow;
581
+
public abstract fun parse (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
585
582
}
586
583
587
584
public final class com/mikepenz/markdown/model/MarkdownStateKt {
588
585
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;
589
586
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;
590
587
public static final fun rememberMarkdownState (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ZLandroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownState;
588
+
public static final fun rememberMarkdownState (ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownState;
591
589
}
592
590
593
591
public abstract interface class com/mikepenz/markdown/model/MarkdownTypography {
Copy file name to clipboardExpand all lines: multiplatform-markdown-renderer/api/jvm/multiplatform-markdown-renderer.api
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public final class com/mikepenz/markdown/compose/LazyMarkdownKt {
63
63
}
64
64
65
65
public final class com/mikepenz/markdown/compose/MarkdownExtensionKt {
66
-
public static final fun MarkdownElement (Lorg/intellij/markdown/ast/ASTNode;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Ljava/lang/String;ZZLandroidx/compose/runtime/Composer;II)Z
66
+
public static final fun MarkdownElement (Lorg/intellij/markdown/ast/ASTNode;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Ljava/lang/String;ZZLandroidx/compose/runtime/Composer;II)V
67
67
}
68
68
69
69
public final class com/mikepenz/markdown/compose/MarkdownKt {
@@ -575,19 +575,17 @@ public final class com/mikepenz/markdown/model/MarkdownPaddingKt {
575
575
public static final fun markdownPadding-hBH8OFI (FFFFLandroidx/compose/ui/unit/Dp;FLandroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues$Absolute;Landroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownPadding;
576
576
}
577
577
578
-
public final class com/mikepenz/markdown/model/MarkdownState {
579
-
public static final field $stable I
580
-
public fun <init> (Lcom/mikepenz/markdown/model/Input;)V
581
-
public final fun getInput ()Lcom/mikepenz/markdown/model/Input;
582
-
public final fun getLinks ()Lkotlinx/coroutines/flow/StateFlow;
583
-
public final fun getState ()Lkotlinx/coroutines/flow/StateFlow;
584
-
public final fun parse (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
578
+
public abstract interface class com/mikepenz/markdown/model/MarkdownState {
579
+
public abstract fun getLinks ()Lkotlinx/coroutines/flow/StateFlow;
580
+
public abstract fun getState ()Lkotlinx/coroutines/flow/StateFlow;
581
+
public abstract fun parse (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
585
582
}
586
583
587
584
public final class com/mikepenz/markdown/model/MarkdownStateKt {
588
585
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;
589
586
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;
590
587
public static final fun rememberMarkdownState (Ljava/lang/String;ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;ZLandroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownState;
588
+
public static final fun rememberMarkdownState (ZLorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownState;
591
589
}
592
590
593
591
public abstract interface class com/mikepenz/markdown/model/MarkdownTypography {
0 commit comments