type github.com/yuin/goldmark/ast.CodeSpan
7 uses
github.com/yuin/goldmark/ast (current package)
inline.go#L289: type CodeSpan struct {
inline.go#L294: func (n *CodeSpan) Inline() {
inline.go#L298: func (n *CodeSpan) IsBlank(source []byte) bool {
inline.go#L309: func (n *CodeSpan) Dump(source []byte, level int) {
inline.go#L317: func (n *CodeSpan) Kind() NodeKind {
inline.go#L322: func NewCodeSpan() *CodeSpan {
inline.go#L323: return &CodeSpan{
![]() |
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. |