github.com/yuin/goldmark/extension/ast.DefinitionList.Offset (field)
7 uses
github.com/yuin/goldmark/extension/ast (current package)
definition_list.go#L11: Offset int
definition_list.go#L31: Offset: offset,
github.com/yuin/goldmark/extension
definition_list.go#L58: list.Offset = w
definition_list.go#L65: list.Offset = w
definition_list.go#L81: if w < list.Offset {
definition_list.go#L84: pos, padding := util.IndentPosition(line, reader.LineOffset(), list.Offset)
definition_list.go#L140: cpos, padding := util.IndentPosition(line[pos+1:], pos+1, list.Offset-pos-1)
![]() |
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. |