var github.com/microcosm-cc/bluemonday.Paragraph

7 uses

	github.com/microcosm-cc/bluemonday (current package)
		helpers.go#L112: 	Paragraph = regexp.MustCompile(`^[\p{L}\p{N}\s\-_',\[\]!\./\\\(\)]*$`)
		helpers.go#L163: 	p.AllowAttrs("title").Matching(Paragraph).Globally()
		helpers.go#L183: 	p.AllowAttrs("alt").Matching(Paragraph).OnElements("img")
		helpers.go#L253: 	p.AllowAttrs("summary").Matching(Paragraph).OnElements("table")
		helpers.go#L273: 	p.AllowAttrs("abbr").Matching(Paragraph).OnElements("td", "th")
		policies.go#L149: 	p.AllowAttrs("alt").Matching(Paragraph).OnElements("area")
		policies.go#L204: 	p.AllowAttrs("cite").Matching(Paragraph).OnElements("del", "ins")