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

12 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L218: type String struct {
		inline.go#L226: func (n *String) Inline() {
		inline.go#L231: func (n *String) IsRaw() bool {
		inline.go#L236: func (n *String) SetRaw(v bool) {
		inline.go#L246: func (n *String) IsCode() bool {
		inline.go#L251: func (n *String) SetCode(v bool) {
		inline.go#L260: func (n *String) Text(source []byte) []byte {
		inline.go#L265: func (n *String) Dump(source []byte, level int) {
		inline.go#L277: func (n *String) Kind() NodeKind {
		inline.go#L282: func NewString(v []byte) *String {
		inline.go#L283: 	return &String{

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