const github.com/yuin/goldmark/ast.textSoftLineBreak
4 uses
github.com/yuin/goldmark/ast (current package)
inline.go#L56: textSoftLineBreak = 1 << iota
inline.go#L64: if flags&textSoftLineBreak != 0 {
inline.go#L86: return n.flags&textSoftLineBreak != 0
inline.go#L92: n.flags |= textSoftLineBreak
![]() |
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. |