github.com/yuin/goldmark/extension/ast.Alignment.String (method)
4 uses
github.com/yuin/goldmark/extension/ast (current package)
table.go#L26: func (a Alignment) String() string {
table.go#L55: fmt.Printf("%s%s", indent2, alignment.String())
github.com/yuin/goldmark/extension
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. |