package
1.8.0
Repository: https://github.com/jolheiser/gitea.git
Documentation: pkg.go.dev

# Functions

IsMarkdownFile reports whether name looks like a Markdown file based on its extension.
NewGiteaParseContext creates a parser.Context with the gitea context set.
NewTaskCheckBoxHTMLRenderer creates a TaskCheckBoxHTMLRenderer to render tasklists in the gitea form.
Render renders Markdown to HTML with all specific handling stuff.
RenderRaw renders Markdown to HTML without handling special links.
RenderString renders Markdown to HTML with special links and returns string type.
RenderWiki renders markdown wiki page to HTML and return HTML string.

# Variables

MarkupName describes markup's name.

# Structs

GiteaASTTransformer is a default transformer of the goldmark tree.
Parser implements markup.Parser.
TaskCheckBoxHTMLRenderer is a renderer.NodeRenderer implementation that renders checkboxes in list items.