Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindVideoBlock = gast.NewNodeKind("VideoBlock")
Functions ¶
func NewParser ¶
func NewParser() parser.BlockParser
func NewRenderer ¶
func NewRenderer() renderer.NodeRenderer
Types ¶
type VideoBlock ¶
type VideoBlock struct {
gast.BaseBlock
URL string
Platform string
VideoID string
Title string
Ratio string
Autoplay bool
Muted bool
Loop bool
}
func (*VideoBlock) Dump ¶
func (n *VideoBlock) Dump(source []byte, level int)
func (*VideoBlock) Kind ¶
func (n *VideoBlock) Kind() gast.NodeKind
Click to show internal directories.
Click to hide internal directories.