This is no longer a limitation

Now Haml doesn't have pretty mode https://github.com/haml/haml/pull/894.
This commit is contained in:
Takashi Kokubun 2017-05-03 08:52:25 -07:00
parent b5fb69e156
commit 169a10456a
1 changed files with 0 additions and 6 deletions

View File

@ -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.