type github.com/yuin/goldmark/parser.Parser
9 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L470: type Parser interface {
parser.go#L714: func NewParser(options ...Option) Parser {
github.com/yuin/goldmark
markdown.go#L14: func DefaultParser() parser.Parser {
markdown.go#L42: Parser() parser.Parser
markdown.go#L45: SetParser(parser.Parser)
markdown.go#L65: func WithParser(p parser.Parser) Option {
markdown.go#L93: parser parser.Parser
markdown.go#L120: func (m *markdown) Parser() parser.Parser {
markdown.go#L124: func (m *markdown) SetParser(v parser.Parser) {
![]() |
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. |