Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindLiveCodesBlock = ast.NewNodeKind("LiveCodesBlock")
KindLiveCodesBlock is a NodeKind for LiveCodes blocks.
Functions ¶
This section is empty.
Types ¶
type LiveCodesBlock ¶
type LiveCodesBlock struct {
ast.FencedCodeBlock
// contains filtered or unexported fields
}
LiveCodesBlock represents a code block that should be rendered as a LiveCodes playground.
func (*LiveCodesBlock) Kind ¶
func (l *LiveCodesBlock) Kind() ast.NodeKind
Click to show internal directories.
Click to hide internal directories.