Class: Pandoku::Formats::S5

Inherits:
Pandoku::Format show all
Includes:
OutputFormat
Defined in:
lib/pandoku/formats/s5.rb

Overview

S5 HTML slide show format. meyerweb.com/eric/tools/s5/

Available Options

:incremental

Make list items in S5 display incrementally (one by one).

Instance Attribute Summary

Attributes inherited from Pandoku::Format

#options

Class Method Summary collapse

Methods included from OutputFormat

#compile

Methods inherited from Pandoku::Format

#cliopts, inherited, #initialize

Constructor Details

This class inherits a constructor from Pandoku::Format

Class Method Details

.default_optionsObject



17
18
19
# File 'lib/pandoku/formats/s5.rb', line 17

def self.default_options
  { :incremental => false }
end

.nameObject



13
14
15
# File 'lib/pandoku/formats/s5.rb', line 13

def self.name
  :s5
end