github.com/yuin/goldmark/ast.String.SetCode (method)

12 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L251: func (n *String) SetCode(v bool) {

	github.com/yuin/goldmark/extension
		typographer.go#L173: 				node.SetCode(true)
		typographer.go#L180: 				node.SetCode(true)
		typographer.go#L191: 				node.SetCode(true)
		typographer.go#L199: 				node.SetCode(true)
		typographer.go#L206: 			node.SetCode(true)
		typographer.go#L228: 						node.SetCode(true)
		typographer.go#L237: 					node.SetCode(true)
		typographer.go#L257: 				node.SetCode(true)
		typographer.go#L266: 					node.SetCode(true)
		typographer.go#L276: 				node.SetCode(true)
		typographer.go#L290: 					node.SetCode(true)