github.com/yuin/goldmark/ast.CodeSpan.IsBlank (method)

2 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L298: func (n *CodeSpan) IsBlank(source []byte) bool {

	github.com/yuin/goldmark/parser
		code_span.go#L61: 	if !node.IsBlank(block.Source()) {