fix/markdown_awareness_for_edit #7

Merged
gmgauthier merged 4 commits from fix/markdown_awareness_for_edit into master 2026-03-30 13:05:10 +00:00
Showing only changes of commit 9d1e794c36 - Show all commits

View File

@ -110,4 +110,4 @@ func removeLastModifiedComments(content string) string {
} }
} }
return strings.Join(cleanedLines, "\n") return strings.Join(cleanedLines, "\n")
} }