type github.com/yuin/goldmark/extension/ast.TableRow
7 uses
github.com/yuin/goldmark/extension/ast (current package)
table.go#L80: type TableRow struct {
table.go#L86: func (n *TableRow) Dump(source []byte, level int) {
table.go#L94: func (n *TableRow) Kind() gast.NodeKind {
table.go#L99: func NewTableRow(alignments []Alignment) *TableRow {
table.go#L100: return &TableRow{}
table.go#L123: func NewTableHeader(row *TableRow) *TableHeader {
github.com/yuin/goldmark/extension
table.go#L181: func (b *tableParagraphTransformer) parseRow(segment text.Segment, alignments []ast.Alignment, isHeader bool, reader text.Reader, pc parser.Context) *ast.TableRow {
![]() |
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. |