Skip to content

Commit

Permalink
Markdown: Remove superfluous processInlineLink
Browse files Browse the repository at this point in the history
  • Loading branch information
janseeger committed Aug 30, 2024
1 parent 1b82f3f commit f8833af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ private fun AnnotatedString.Builder.processNode(
child.processTwoCharMarkdown(colors.strikethroughSpanStyle)

MarkdownElementTypes.EMPH -> child.processOneCharMarkdown(colors.italicSpanStyle)
MarkdownElementTypes.INLINE_LINK -> child.processInlineLink()
MarkdownElementTypes.CODE_SPAN ->
child.processOneCharMarkdown(colors.monospaceSpanStyle)

Expand Down

0 comments on commit f8833af

Please sign in to comment.