type github.com/yuin/goldmark/ast.RawHTML

8 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L515: type RawHTML struct {
		inline.go#L521: func (n *RawHTML) Inline() {}
		inline.go#L524: func (n *RawHTML) Dump(source []byte, level int) {
		inline.go#L539: func (n *RawHTML) Kind() NodeKind {
		inline.go#L544: func NewRawHTML() *RawHTML {
		inline.go#L545: 	return &RawHTML{

	github.com/yuin/goldmark/renderer/html
		html.go#L591: 		n := node.(*ast.RawHTML)

	golang.org/x/pkgsite/internal/frontend
		goldmark.go#L152: 		n := node.(*ast.RawHTML)