Lines Matching refs:ul
641 // between (thead, tfoot, tbody), (ul, ol), (th, td),
643 // We do not currently easily support (ul, ol).
748 "helper": `{{if .Children}}<ul>{{range .Children}}<li>{{template "main" .}}</li>{{end}}</ul>{{else}}{{.X}}{{end}}`,
750 `<ul><li>foo</li><li><bar></li><li><ul><li>baz</li></ul></li></ul>`,