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 {