timeline

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KindTimelineBlock = gast.NewNodeKind("TimelineBlock")
View Source
var KindTimelineItem = gast.NewNodeKind("TimelineItem")

Functions

func NewParser

func NewParser() parser.BlockParser

func NewRenderer

func NewRenderer() renderer.NodeRenderer

Types

type Extension

type Extension struct{}

func (*Extension) Extend

func (e *Extension) Extend(m goldmark.Markdown)

type TimelineBlock

type TimelineBlock struct {
	gast.BaseBlock
}

func (*TimelineBlock) Dump

func (n *TimelineBlock) Dump(source []byte, level int)

func (*TimelineBlock) Kind

func (n *TimelineBlock) Kind() gast.NodeKind

type TimelineItem

type TimelineItem struct {
	gast.BaseBlock
	Title string
}

func (*TimelineItem) Dump

func (n *TimelineItem) Dump(source []byte, level int)

func (*TimelineItem) Kind

func (n *TimelineItem) Kind() gast.NodeKind

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL