github.com/yuin/goldmark/renderer/html.Renderer.renderParagraph (method)

2 uses

	github.com/yuin/goldmark/renderer/html (current package)
		html.go#L173: 	reg.Register(ast.KindParagraph, r.renderParagraph)
		html.go#L377: func (r *Renderer) renderParagraph(w util.BufWriter, source []byte, n ast.Node, entering bool) (ast.WalkStatus, error) {