From 743f949ac4a1c111bdcfb6b2e7d41709c9ba34ed Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 24 Mar 2020 14:31:45 +0100 Subject: [PATCH] Remove unused option, just give a warning See https://github.com/middleman/middleman/issues/2087 --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.rb b/config.rb index 56a320e..c23a0c5 100644 --- a/config.rb +++ b/config.rb @@ -17,7 +17,7 @@ # Set HAML to render HTML5 by default (when unspecified) # It's important HAML outputs "ugly" HTML to not mess with code blocks -set :haml, format: :html5, ugly: true +set :haml, format: :html5 # Set Markdown features for Kramdown # (So our version of Markdown resembles GitHub's w/ other nice stuff)