lib/webgen/default_config.rb in gettalong-webgen-0.5.7.20090227 vs lib/webgen/default_config.rb in gettalong-webgen-0.5.8.20090507
- old
+ new
@@ -154,11 +154,13 @@
'tikz' => 'Webgen::Tag::TikZ',
'link' => 'Webgen::Tag::Link',
:default => 'Webgen::Tag::Metainfo'
}, :doc => 'Tag processor name to class map')
-config.contentprocessor.erubis.use_pi(false, :doc => 'Specify whether processing instructions should be used')
+config.contentprocessor.erubis.use_pi(false, :doc => 'Specifies whether processing instructions should be used')
config.contentprocessor.erubis.options({}, :doc => 'A hash of additional options')
+
+config.contentprocessor.redcloth.hard_breaks(false, :doc => 'Specifies whether new lines are turned into hard breaks')
config.tag.relocatable.path(nil, :doc => 'The path which should be made relocatable', :mandatory => 'default')
config.tag.menu.start_level(1, :doc => 'The level at which the menu starts.')
config.tag.menu.min_levels(1, :doc => 'The minimum number of menu levels that should always be shown.')