func github.com/yuin/goldmark/parser.NewContextKey
10 uses
github.com/yuin/goldmark/parser (current package)
fcode_block.go#L29: var fencedCodeBlockInfoKey = NewContextKey()
link.go#L12: var linkLabelStateKey = NewContextKey()
link.go#L115: var linkBottom = NewContextKey()
list_item.go#L20: var skipListParser = NewContextKey()
parser.go#L127: func NewContextKey() ContextKey {
setext_headings.go#L9: var temporaryParagraphKey = NewContextKey()
github.com/yuin/goldmark/extension
footnote.go#L17: var footnoteListKey = parser.NewContextKey()
footnote.go#L18: var footnoteLinkListKey = parser.NewContextKey()
table.go#L18: var escapedPipeCellListKey = parser.NewContextKey()
typographer.go#L13: var uncloseCounterKey = parser.NewContextKey()
![]() |
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. |