github.com/yuin/goldmark/ast.Text.IsRaw (method)

4 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L100: func (n *Text) IsRaw() bool {
		inline.go#L135: 	if n.Segment.Stop != t.Segment.Start || t.Segment.Padding != 0 || source[n.Segment.Stop-1] == '\n' || t.IsRaw() != n.IsRaw() {

	github.com/yuin/goldmark/renderer/html
		html.go#L609: 	if n.IsRaw() {