From 169a10456a338b6adc0c41fd0f429c3213595e7a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 3 May 2017 08:52:25 -0700 Subject: [PATCH] This is no longer a limitation Now Haml doesn't have pretty mode https://github.com/haml/haml/pull/894. --- REFERENCE.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/REFERENCE.md b/REFERENCE.md index 7185324a..4397713a 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -73,12 +73,6 @@ for full features in original implementation. ## Limitations -### No pretty mode -Haml has :pretty mode and :ugly mode. :pretty mode is used on development and indented beautifully. -On production environment, :ugly mode is used and Hamlit currently supports only this mode. - -So you'll see difference rendering result on development environment, but it'll be the same on production. - ### No Haml buffer Hamlit uses `Array` as buffer for performance. So you can't touch Haml::Buffer from template when using Hamlit.