github.com/yuin/goldmark/extension.tableParagraphTransformer.parseRow (method)
3 uses
github.com/yuin/goldmark/extension (current package)
table.go#L159: header := b.parseRow(lines.At(i-1), alignments, true, reader, pc)
table.go#L167: table.AppendChild(table, b.parseRow(lines.At(j), alignments, false, reader, pc))
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. |