type github.com/yuin/goldmark/util.PrioritizedSlice
14 uses
github.com/yuin/goldmark/util (current package)
util.go#L869: type PrioritizedSlice []PrioritizedValue
util.go#L872: func (s PrioritizedSlice) Sort() {
util.go#L879: func (s PrioritizedSlice) Remove(v interface{}) PrioritizedSlice {
github.com/yuin/goldmark/parser
parser.go#L429: BlockParsers util.PrioritizedSlice /**/
parser.go#L430: InlineParsers util.PrioritizedSlice /**/
parser.go#L431: ParagraphTransformers util.PrioritizedSlice /**/
parser.go#L432: ASTTransformers util.PrioritizedSlice /**/
parser.go#L439: BlockParsers: util.PrioritizedSlice{},
parser.go#L440: InlineParsers: util.PrioritizedSlice{},
parser.go#L441: ParagraphTransformers: util.PrioritizedSlice{},
parser.go#L442: ASTTransformers: util.PrioritizedSlice{},
github.com/yuin/goldmark/renderer
renderer.go#L16: NodeRenderers util.PrioritizedSlice
renderer.go#L23: NodeRenderers: util.PrioritizedSlice{},
![]() |
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. |