Top Level Namespace

Defined Under Namespace

Modules: Slideshow Classes: Env

Constant Summary collapse

BUILTIN_OPT_HELPERS =

load built-in (optional) helpers/plugins/engines

If a helper fails to load, simply ingnore it
If you want to use it install missing required gems e.g.:
  gem install coderay
  gem install ultraviolet etc.
[
  'slideshow/helpers/syntax/uv_helper.rb',
  'slideshow/helpers/syntax/coderay_helper.rb',
]