예제 #1
0
파일: post.go 프로젝트: netwars/api
func cleanupPostContent(s *goquery.Selection) *goquery.Selection {
	s.RemoveFiltered("div.cite")
	s.Find("br").ReplaceWithHtml("\n")

	return s
}