type github.com/yuin/goldmark/extension.unclosedCounter

5 uses

	github.com/yuin/goldmark/extension (current package)
		typographer.go#L15: type unclosedCounter struct {
		typographer.go#L20: func (u *unclosedCounter) Reset() {
		typographer.go#L25: func getUnclosedCounter(pc parser.Context) *unclosedCounter {
		typographer.go#L28: 		v = &unclosedCounter{}
		typographer.go#L31: 	return v.(*unclosedCounter)