Skip to content

Commit

Permalink
Remove obvious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jan 23, 2025
1 parent 101b0be commit 226d834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Elastic.Markdown/Helpers/Markdown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace Elastic.Markdown.Helpers;

public static class Markdown
{
// Removes markdown formatting from the title and returns only the text
public static string StripMarkdown(string markdown)
{
using var writer = new StringWriter();
Expand Down

0 comments on commit 226d834

Please sign in to comment.