type github.com/yuin/goldmark/parser.thematicBreakPraser

8 uses

	github.com/yuin/goldmark/parser (current package)
		thematic_break.go#L9: type thematicBreakPraser struct {
		thematic_break.go#L12: var defaultThematicBreakPraser = &thematicBreakPraser{}
		thematic_break.go#L48: func (b *thematicBreakPraser) Trigger() []byte {
		thematic_break.go#L52: func (b *thematicBreakPraser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
		thematic_break.go#L61: func (b *thematicBreakPraser) Continue(node ast.Node, reader text.Reader, pc Context) State {
		thematic_break.go#L65: func (b *thematicBreakPraser) Close(node ast.Node, reader text.Reader, pc Context) {
		thematic_break.go#L69: func (b *thematicBreakPraser) CanInterruptParagraph() bool {
		thematic_break.go#L73: func (b *thematicBreakPraser) CanAcceptIndentedLine() bool {