# Functions
IsReadmeFile reports whether name looks like a README file based on its name.
ReadmeFileType reports whether name looks like a README file based on its name and find the parser via its ext name.
RegisterParser registers a new markup file parser.
Render renders markup file to HTML with all specific handling stuff.
RenderString renders Markdown to HTML with special links and returns string type.
RenderWiki renders markdown wiki page to HTML and return HTML string.
Type returns if markup format via the filename.
# Interfaces
Parser defines an interface for parsering markup file to HTML.