func github.com/yuin/goldmark/util.TrimLeft

3 uses

	github.com/yuin/goldmark/util (current package)
		util.go#L343: func TrimLeft(source, b []byte) []byte {
		util.go#L382: 	return len(source) - len(TrimLeft(source, s))
		util.go#L419: 	return TrimLeft(source, spaces)