type github.com/yuin/goldmark/parser.BlockParser
20 uses
github.com/yuin/goldmark/parser (current package)
atx_heading.go#L69: func NewATXHeadingParser(opts ...HeadingOption) BlockParser {
blockquote.go#L16: func NewBlockquoteParser() BlockParser {
code_block.go#L17: func NewCodeBlockParser() BlockParser {
fcode_block.go#L18: func NewFencedCodeBlockParser() BlockParser {
html_block.go#L105: func NewHTMLBlockParser() BlockParser {
list.go#L115: func NewListParser() BlockParser {
list_item.go#L16: func NewListItemParser() BlockParser {
paragraph.go#L15: func NewParagraphParser() BlockParser {
parser.go#L488: type BlockParser interface {
parser.go#L627: Parser BlockParser
parser.go#L632: blockParsers [256][]BlockParser
parser.go#L633: freeBlockParsers []BlockParser
parser.go#L735: bp, ok := v.Value.(BlockParser)
parser.go#L751: p.blockParsers[tc] = []BlockParser{}
parser.go#L917: var bps []BlockParser
setext_headings.go#L40: func NewSetextHeadingParser(opts ...HeadingOption) BlockParser {
thematic_break.go#L16: func NewThematicBreakParser() BlockParser {
github.com/yuin/goldmark/extension
definition_list.go#L21: func NewDefinitionListParser() parser.BlockParser {
definition_list.go#L108: func NewDefinitionDescriptionParser() parser.BlockParser {
footnote.go#L27: func NewFootnoteBlockParser() parser.BlockParser {
![]() |
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. |