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() {
![]() |
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. |