@@ -177,6 +177,7 @@ func ExtractTextFromResourceContent(content string) (text string) {
return
}
text = doc.Text()
+ text = strings.ReplaceAll(text, "\n", "")