public class MarkdownPlugin implements Plugin(Code)
MarkdownPlugin
To use the Markdown plugin, you will need to download the Markdown tool from
John Gruber's Markdown site.
author: David Czarnecki version: $Id: MarkdownPlugin.java,v 1.3 2007/01/17 02:35:11 czarneckid Exp $ since: blojsom 3.0
Perform any cleanup for the plugin. Called after
MarkdownPlugin.process .
throws: PluginException - If there is an error performing cleanup for this plugin
Initialize this plugin. This method only called when the plugin is instantiated.
throws: PluginException - If there is an error initializing the plugin
Process the blog entries
Parameters: httpServletRequest - Request Parameters: httpServletResponse - Response Parameters: blog - Blog instance Parameters: context - Context Parameters: entries - Blog entries retrieved for the particular request Modified set of blog entries throws: PluginException - If there is an error processing the blog entries