type github.com/yuin/goldmark/parser.htmlBlockParser
8 uses
github.com/yuin/goldmark/parser (current package)
html_block.go#L98: type htmlBlockParser struct {
html_block.go#L101: var defaultHTMLBlockParser = &htmlBlockParser{}
html_block.go#L109: func (b *htmlBlockParser) Trigger() []byte {
html_block.go#L113: func (b *htmlBlockParser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
html_block.go#L159: func (b *htmlBlockParser) Continue(node ast.Node, reader text.Reader, pc Context) State {
html_block.go#L218: func (b *htmlBlockParser) Close(node ast.Node, reader text.Reader, pc Context) {
html_block.go#L222: func (b *htmlBlockParser) CanInterruptParagraph() bool {
html_block.go#L226: func (b *htmlBlockParser) CanAcceptIndentedLine() bool {
![]() |
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. |