type github.com/yuin/goldmark/util.PrioritizedValue
24 uses
github.com/yuin/goldmark/util (current package)
util.go#L861: type PrioritizedValue struct {
util.go#L869: type PrioritizedSlice []PrioritizedValue
util.go#L895: func Prioritized(v interface{}, priority int) PrioritizedValue {
util.go#L896: return PrioritizedValue{v, priority}
github.com/yuin/goldmark/parser
parser.go#L579: func DefaultBlockParsers() []util.PrioritizedValue {
parser.go#L580: return []util.PrioritizedValue{
parser.go#L602: func DefaultInlineParsers() []util.PrioritizedValue {
parser.go#L603: return []util.PrioritizedValue{
parser.go#L616: func DefaultParagraphTransformers() []util.PrioritizedValue {
parser.go#L617: return []util.PrioritizedValue{
parser.go#L643: value []util.PrioritizedValue
parser.go#L652: func WithBlockParsers(bs ...util.PrioritizedValue) Option {
parser.go#L657: value []util.PrioritizedValue
parser.go#L666: func WithInlineParsers(bs ...util.PrioritizedValue) Option {
parser.go#L671: value []util.PrioritizedValue
parser.go#L680: func WithParagraphTransformers(ps ...util.PrioritizedValue) Option {
parser.go#L685: value []util.PrioritizedValue
parser.go#L694: func WithASTTransformers(ps ...util.PrioritizedValue) Option {
parser.go#L734: func (p *parser) addBlockParser(v util.PrioritizedValue, options map[OptionName]interface{}) {
parser.go#L758: func (p *parser) addInlineParser(v util.PrioritizedValue, options map[OptionName]interface{}) {
parser.go#L781: func (p *parser) addParagraphTransformer(v util.PrioritizedValue, options map[OptionName]interface{}) {
parser.go#L795: func (p *parser) addASTTransformer(v util.PrioritizedValue, options map[OptionName]interface{}) {
github.com/yuin/goldmark/renderer
renderer.go#L36: value []util.PrioritizedValue
renderer.go#L45: func WithNodeRenderers(ps ...util.PrioritizedValue) Option {
![]() |
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. |