# Functions

IsMarkdownFile reports whether name looks like a Markdown file based on its extension.
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

Parser implements markup.Parser.
Renderer is a extended version of underlying render object.