type github.com/yuin/goldmark/ast.Document
20 uses
github.com/yuin/goldmark/ast (current package)
ast.go#L117: OwnerDocument() *Document
ast.go#L362: func (n *BaseNode) OwnerDocument() *Document {
ast.go#L367: if v, ok := d.(*Document); ok {
block.go#L51: type Document struct {
block.go#L61: func (n *Document) Dump(source []byte, level int) {
block.go#L66: func (n *Document) Type() NodeType {
block.go#L71: func (n *Document) Kind() NodeKind {
block.go#L76: func (n *Document) OwnerDocument() *Document {
block.go#L81: func (n *Document) Meta() map[string]interface{} {
block.go#L89: func (n *Document) SetMeta(meta map[string]interface{}) {
block.go#L94: func NewDocument() *Document {
block.go#L95: return &Document{
github.com/yuin/goldmark/extension
footnote.go#L196: func (a *footnoteASTTransformer) Transform(node *gast.Document, reader text.Reader, pc parser.Context) {
table.go#L285: func (a *tableASTTransformer) Transform(node *gast.Document, reader text.Reader, pc parser.Context) {
github.com/yuin/goldmark/parser
parser.go#L563: Transform(node *ast.Document, reader text.Reader, pc Context)
golang.org/x/pkgsite/internal/frontend
goldmark.go#L36: func (g *astTransformer) Transform(node *ast.Document, reader text.Reader, pc parser.Context) {
goldmark.go#L229: func (e *extractLinks) Transform(node *ast.Document, reader text.Reader, pc parser.Context) {
goldmark.go#L281: func (e *extractTOC) Transform(node *ast.Document, reader text.Reader, pc parser.Context) {
golang.org/x/pkgsite/internal/postgres
goldmark.go#L30: func (g *ASTTransformer) Transform(node *ast.Document, reader text.Reader, pc parser.Context) {
 |
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. |