Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindImageCompareBlock = gast.NewNodeKind("ImageCompareBlock")
Functions ¶
func NewParser ¶
func NewParser() parser.BlockParser
func NewRenderer ¶
func NewRenderer() renderer.NodeRenderer
Types ¶
type ImageCompareBlock ¶
type ImageCompareBlock struct {
gast.BaseBlock
Label string
BeforeSrc string
BeforeAlt string
AfterSrc string
AfterAlt string
}
func (*ImageCompareBlock) Dump ¶
func (n *ImageCompareBlock) Dump(source []byte, level int)
func (*ImageCompareBlock) HasImages ¶
func (n *ImageCompareBlock) HasImages() bool
func (*ImageCompareBlock) Kind ¶
func (n *ImageCompareBlock) Kind() gast.NodeKind
Click to show internal directories.
Click to hide internal directories.