lib/gollum-site/site.rb in gollum-site-0.1.2 vs lib/gollum-site/site.rb in gollum-site-0.1.3

- old
+ new

@@ -12,10 +12,12 @@ @wiki = Gollum::Wiki.new(path, { # markup_class should work after v1.1.0 of Gollum # need to change class name in markup.rb #:markup_class => Gollum::SiteMarkup, :page_class => Gollum::SitePage, - :base_path => options[:base_path] + :base_path => options[:base_path], + :sanitization => false, + :history_sanitization => false }) @wiki.site = self @output_path = options[:output_path] || "_site" set_version(options[:version] || "master") end