Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindTabItem = gast.NewNodeKind("TabItem")
KindTabItem is the NodeKind for TabItem.
View Source
var KindTabsBlock = gast.NewNodeKind("TabsBlock")
KindTabsBlock is the NodeKind for TabsBlock.
Functions ¶
func NewRenderer ¶
func NewRenderer() renderer.NodeRenderer
NewRenderer returns a new tabs renderer.
Types ¶
type Extension ¶
type Extension struct{}
Extension is a goldmark extension that adds tabs block support.
type TabItem ¶
TabItem is an AST node representing a single tab within a TabsBlock.
Click to show internal directories.
Click to hide internal directories.