Skip to content

Commit

Permalink
Restored disabled markup-engine configuration (ref: 616bf52).
Browse files Browse the repository at this point in the history
It's not clear to me why this line was commented out, as the commit message says only "whitespace", referring to the removal of extraneous white space from another part of the file. Was it an accident? (e.g., commented out for testing and checked in unintentionally)
  • Loading branch information
MichaelHackett committed Sep 13, 2012
1 parent 6defc51 commit 3d96631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/showoff.rb
Expand Up @@ -80,7 +80,7 @@ def initialize(app=nil)
@asset_path = "./" @asset_path = "./"


# Initialize Markdown Configuration # Initialize Markdown Configuration
#MarkdownConfig::setup(settings.pres_dir) MarkdownConfig::setup(settings.pres_dir)
end end


def self.pres_dir_current def self.pres_dir_current
Expand Down

0 comments on commit 3d96631

Please sign in to comment.