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 {
![]() |
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. |