We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf92c1 commit e6281dbCopy full SHA for e6281db
cmd/generate/cleaner.go
@@ -11,7 +11,7 @@ func IsUnassistedResponse(text string) bool {
11
return re.MatchString(strings.ToLower(text))
12
}
13
14
-// unfence removes code fences and splits text into lines.
+// Unfence removes Markdown code fences and splits text into lines.
15
func Unfence(text string) string {
16
text = strings.TrimSpace(text)
17
// Remove triple backtick code fences if present
0 commit comments