github.com/yuin/goldmark/extension/ast.TableCell.Alignment (field)
6 uses
github.com/yuin/goldmark/extension/ast (current package)
table.go#L136: Alignment Alignment
table.go#L155: Alignment: AlignNone,
github.com/yuin/goldmark/extension
table.go#L208: node.Alignment = alignment
table.go#L484: if n.Alignment != ast.AlignNone {
table.go#L496: fmt.Fprintf(w, ` align="%s"`, n.Alignment.String())
table.go#L505: style := fmt.Sprintf("text-align:%s", n.Alignment.String())
![]() |
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. |