type github.com/yuin/goldmark/parser.ParseOption
7 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L472: Parse(reader text.Reader, opts ...ParseOption) ast.Node
parser.go#L815: type ParseOption func(c *ParseConfig)
parser.go#L819: func WithContext(context Context) ParseOption {
parser.go#L825: func (p *parser) Parse(reader text.Reader, opts ...ParseOption) ast.Node {
github.com/yuin/goldmark
markdown.go#L30: func Convert(source []byte, w io.Writer, opts ...parser.ParseOption) error {
markdown.go#L39: Convert(source []byte, writer io.Writer, opts ...parser.ParseOption) error
markdown.go#L114: func (m *markdown) Convert(source []byte, writer io.Writer, opts ...parser.ParseOption) error {
![]() |
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. |