Markdown plugin

gilbert.plugins.markdown

A plugin for rendering content using markdown2.

On Init

No init_site function.

Loaders

A loader for ‘.md’ files is registered. It returns the files content, with meta data as {'content_type': 'MarkdownPage}.

Content Types

Registers a MarkdownPage which interprets its content as markdown.

If an extras option is provided, it is passwd to markdown2 as the extensions argument.

Context Providers

No Context Providers are registered.