package
0.0.0-20250226171102-4db14ec44d68
Repository: https://github.com/cozy/cozy-stack.git
Documentation: pkg.go.dev

# Functions

NewDecisionItem returns a new DecisionItem node.
NewDecisionItemParser returns a new BlockParser that parses decisionItems.
NewDecisionList returns a new DecisionList node.
NewDecisionListParser returns a new BlockParser that parses decisionLists.
NewPanel returns a new Panel node.
NewPanelParser returns a new BlockParser that parses panels.
NewSpan returns a new Span node.
NewSpanParser returns a new InlineParser that can parse spans with attributes, like [foo bar]{.myClass}.
NewTable returns a new Table node.
NewTableParser returns a new BlockParser that parses tables.

# Variables

KindDecisionItem is a NodeKind of the DecisionItem node.
KindDecisionList is a NodeKind of the DecisionList node.
KindPanel is a NodeKind of the Panel node.
KindSpan is a NodeKind of the Span node.
KindTable is a NodeKind of the Table node.

# Structs

A DecisionItem struct represents a decisionItem in atlaskit.
A DecisionList struct represents a decisionList in atlaskit.
A Panel struct represents a panel in atlaskit.
A Span struct represents a span of text with attributes.
A Table struct represents a table in atlaskit.

# Type aliases

No description provided by the author