Skip to content

Commit 765abbf

Browse files
rename renderCodeWithBlockInfo to RenderCodeWithBlockInfo
1 parent 005a234 commit 765abbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/jewel/markdown/core/src/main/kotlin/org/jetbrains/jewel/markdown/rendering/DefaultMarkdownBlockRenderer.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ public open class DefaultMarkdownBlockRenderer(
598598
)
599599
}
600600

601-
renderCodeWithBlockInfo(block, styling, enabled)
601+
RenderCodeWithBlockInfo(block, styling, enabled)
602602

603603
if (styling.infoPosition.verticalAlignment == Alignment.Bottom) {
604604
FencedBlockInfo(
@@ -640,7 +640,7 @@ public open class DefaultMarkdownBlockRenderer(
640640
}
641641

642642
@Composable
643-
internal open fun renderCodeWithBlockInfo(
643+
internal open fun RenderCodeWithBlockInfo(
644644
block: FencedCodeBlockInfo,
645645
styling: MarkdownStyling.Code.Fenced,
646646
enabled: Boolean,

0 commit comments

Comments
 (0)