github.com/yuin/goldmark/ast.Text.flags (field)
14 uses
github.com/yuin/goldmark/ast (current package)
inline.go#L52: flags uint8
inline.go#L86: return n.flags&textSoftLineBreak != 0
inline.go#L92: n.flags |= textSoftLineBreak
inline.go#L94: n.flags = n.flags &^ textHardLineBreak
inline.go#L101: return n.flags&textRaw != 0
inline.go#L107: n.flags |= textRaw
inline.go#L109: n.flags = n.flags &^ textRaw
inline.go#L116: return n.flags&textHardLineBreak != 0
inline.go#L122: n.flags |= textHardLineBreak
inline.go#L124: n.flags = n.flags &^ textHardLineBreak
inline.go#L151: fs := textFlagsString(n.flags)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |