# Functions
ExtractMetadata consumes a markdown file, parses YAML frontmatter, and returns the frontmatter metadata separated from the markdown content.
ExtractMetadata consumes a markdown file, parses YAML frontmatter, and returns the frontmatter metadata separated from the markdown content.
NewAttention returns a new Attention node.
NewColorPreview returns a new Span node.
NewDetails returns a new Paragraph node.
NewHTMLRenderer creates a HTMLRenderer to render in the gitea form.
NewIcon returns a new Paragraph node.
NewSummary returns a new Summary node.
NewTaskCheckBoxListItem returns a new TaskCheckBoxListItem node.
Render renders Markdown to HTML with all specific handling stuff.
RenderRaw renders Markdown to HTML without handling special links.
RenderRawString renders Markdown to HTML without handling special links and return string.
RenderString renders Markdown string to HTML with all specific handling stuff and return string.
SpecializedMarkdown sets up the Gitea specific markdown extensions.
# Variables
KindAttention is the NodeKind for Attention.
KindColorPreview is the NodeKind for ColorPreview.
KindDetails is the NodeKind for Details.
KindIcon is the NodeKind for Icon.
KindSummary is the NodeKind for Summary.
KindTaskCheckBoxListItem is the NodeKind for TaskCheckBoxListItem.
MarkupName describes markup's name.
# Structs
ASTTransformer is a default transformer of the goldmark tree.
Attention is an inline for an attention.
ColorPreview is an inline for a color preview.
Details is a block that contains Summary and details.
Header holds the data about a header.
HTMLRenderer is a renderer.NodeRenderer implementation that renders gitea specific features.
Icon is an inline for a Fomantic UI icon.
RenderConfig represents rendering configuration for this file.
Renderer implements markup.Renderer.
Summary is a block that contains the summary of details block.
TaskCheckBoxListItem is a block that represents a list item of a markdown block with a checkbox.