columns

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KindColumnBlock = gast.NewNodeKind("ColumnBlock")
View Source
var KindColumnsBlock = gast.NewNodeKind("ColumnsBlock")

Functions

func NewColumnParser

func NewColumnParser() parser.BlockParser

func NewColumnsParser

func NewColumnsParser() parser.BlockParser

func NewRenderer

func NewRenderer() renderer.NodeRenderer

Types

type ColumnBlock

type ColumnBlock struct {
	gast.BaseBlock
}

func (*ColumnBlock) Dump

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

func (*ColumnBlock) Kind

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

type ColumnsBlock

type ColumnsBlock struct {
	gast.BaseBlock
	Cols int
}

func (*ColumnsBlock) Dump

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

func (*ColumnsBlock) Kind

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

type Extension

type Extension struct{}

func (*Extension) Extend

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

Jump to

Keyboard shortcuts

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