var github.com/microcosm-cc/bluemonday.NumberOrPercent
5 uses
github.com/microcosm-cc/bluemonday (current package)
helpers.go#L107: NumberOrPercent = regexp.MustCompile(`^[0-9]+[%]?$`)
helpers.go#L184: p.AllowAttrs("height", "width").Matching(NumberOrPercent).OnElements("img")
helpers.go#L252: p.AllowAttrs("height", "width").Matching(NumberOrPercent).OnElements("table")
helpers.go#L261: NumberOrPercent,
helpers.go#L280: NumberOrPercent,
![]() |
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. |