Skip to content

Commit 0113cca

Browse files
committed
fix compilation after changes in markdown library
(cherry picked from commit ce9012c)
1 parent 41141fb commit 0113cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idea/src/org/jetbrains/kotlin/idea/kdoc/KDocRenderer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ object KDocRenderer {
179179
}
180180
}
181181
MarkdownTokenTypes.TEXT,
182-
MarkdownTokenTypes.CODE,
182+
MarkdownTokenTypes.CODE_LINE,
183183
MarkdownTokenTypes.WHITE_SPACE,
184184
MarkdownTokenTypes.COLON,
185185
MarkdownTokenTypes.SINGLE_QUOTE,

0 commit comments

Comments
 (0)