Skip to content

Commit

Permalink
Remove unused extension as it is already handled
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 26, 2024
1 parent a96f65f commit e5f4c35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/LinkDotNet.Blog.Web/Features/MarkdownConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public static class MarkdownConverter
.UseAdvancedExtensions()
.UseAutoIdentifiers(AutoIdentifierOptions.GitHub)
.UseEmojiAndSmiley()
.UseCitations()
.UseBootstrap()
.Build();

Expand All @@ -27,4 +26,4 @@ public static string ToPlainString(string markdown)
? default
: Markdown.ToPlainText(markdown, MarkdownPipeline).TrimEnd('\r', '\n');
}
}
}

0 comments on commit e5f4c35

Please sign in to comment.