package
1.7.8
Repository: https://github.com/yuin/goldmark.git
Documentation: pkg.go.dev

# Functions

NewDefinitionDescription returns a new DefinitionDescription node.
NewDefinitionList returns a new DefinitionList node.
NewDefinitionTerm returns a new DefinitionTerm node.
NewFootnote returns a new Footnote node.
NewFootnoteBacklink returns a new FootnoteBacklink node.
NewFootnoteLink returns a new FootnoteLink node.
NewFootnoteList returns a new FootnoteList node.
NewStrikethrough returns a new Strikethrough node.
NewTable returns a new Table node.
NewTableCell returns a new TableCell node.
NewTableHeader returns a new TableHeader node.
NewTableRow returns a new TableRow node.
NewTaskCheckBox returns a new TaskCheckBox node.

# Constants

AlignCenter indicates text should be centered.
AlignLeft indicates text should be left justified.
AlignNone indicates text should be aligned by default manner.
AlignRight indicates text should be right justified.

# Variables

KindDefinitionDescription is a NodeKind of the DefinitionDescription node.
KindDefinitionList is a NodeKind of the DefinitionList node.
KindDefinitionTerm is a NodeKind of the DefinitionTerm node.
KindFootnote is a NodeKind of the Footnote node.
KindFootnoteBacklink is a NodeKind of the FootnoteBacklink node.
KindFootnoteLink is a NodeKind of the FootnoteLink node.
KindFootnoteList is a NodeKind of the FootnoteList node.
KindStrikethrough is a NodeKind of the Strikethrough node.
KindTable is a NodeKind of the Table node.
KindTableCell is a NodeKind of the TableCell node.
KindTableHeader is a NodeKind of the TableHeader node.
KindTableRow is a NodeKind of the TableRow node.
KindTaskCheckBox is a NodeKind of the TaskCheckBox node.

# Structs

A DefinitionDescription struct represents a definition list description of Markdown (PHPMarkdownExtra) text.
A DefinitionList struct represents a definition list of Markdown (PHPMarkdownExtra) text.
A DefinitionTerm struct represents a definition list term of Markdown (PHPMarkdownExtra) text.
A Footnote struct represents a footnote of Markdown (PHP Markdown Extra) text.
A FootnoteBacklink struct represents a link to a footnote of Markdown (PHP Markdown Extra) text.
A FootnoteLink struct represents a link to a footnote of Markdown (PHP Markdown Extra) text.
A FootnoteList struct represents footnotes of Markdown (PHP Markdown Extra) text.
A Strikethrough struct represents a strikethrough of GFM text.
A Table struct represents a table of Markdown(GFM) text.
A TableCell struct represents a table cell of a Markdown(GFM) text.
A TableHeader struct represents a table header of Markdown(GFM) text.
A TableRow struct represents a table row of Markdown(GFM) text.
A TaskCheckBox struct represents a checkbox of a task list.

# Type aliases

Alignment is a text alignment of table cells.