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")
![]() |
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. |