Class: K4compiler::Markdown

Inherits:
Object
  • Object
show all
Defined in:
lib/k4slide/expand_compiler_options.rb

Class Method Summary collapse

Class Method Details

.expand_optionsObject Also known as: options



38
39
40
41
42
43
44
45
# File 'lib/k4slide/expand_compiler_options.rb', line 38

def expand_options
  opt = {
    :target_dir => nil,
    :compiled_dir => nil,
    :renderer => ::K4slide::MarkdownRenderer,
  }
  return original_options.update(opt).with_indifferent_access()
end