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")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |