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

6 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L329: type Emphasis struct {
		inline.go#L337: func (n *Emphasis) Dump(source []byte, level int) {
		inline.go#L348: func (n *Emphasis) Kind() NodeKind {
		inline.go#L353: func NewEmphasis(level int) *Emphasis {
		inline.go#L354: 	return &Emphasis{

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