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

5 uses

	github.com/microcosm-cc/bluemonday (current package)
		helpers.go#L43: 	CellAlign = regexp.MustCompile(`(?i)^(center|justify|left|right|char)$`)
		helpers.go#L259: 	p.AllowAttrs("align").Matching(CellAlign).OnElements("col", "colgroup")
		helpers.go#L269: 	p.AllowAttrs("align").Matching(CellAlign).OnElements("thead", "tr")
		helpers.go#L274: 	p.AllowAttrs("align").Matching(CellAlign).OnElements("td", "th")
		helpers.go#L293: 	p.AllowAttrs("align").Matching(CellAlign).OnElements("tbody", "tfoot")