Closed droslean closed 2 years ago
In https://pkg.go.dev/github.com/yuin/goldmark@v1.4.11/ast#Node
type Node interface { ... // Text returns text values of this node. Text(source []byte) []byte ...
However, it is unclear what the source bytes are.
source
In https://pkg.go.dev/github.com/yuin/goldmark@v1.4.11/ast#Node
However, it is unclear what the
source
bytes are.