Module: Docgenerator::Creole::Plugins

Defined in:
lib/docgenerator/creole/plugins.rb,
lib/docgenerator/creole/plugins/tikz.rb

Overview

Creole plugins

This classes define plugins for creole.

Plugins are used later with <<xx>> more at www.wikicreole.org/wiki/Plugin

You can extend Wikis with additional Plugin:

wiki = Creole.new()
wiki.plugin['xxx'] = Creole_plugin_xxx

Defined Under Namespace

Classes: Creole_default_plugin, Creole_footnote, Creole_footnote_group, Creole_plugin_ruby, Creole_plugin_ruby_raw, Creole_short_latex, Creole_tikz

Constant Summary collapse

Collection =

Collection of Plugins

Hash.new(Creole_default_plugin)