Skip to content

Commit

Permalink
This is no longer a limitation
Browse files Browse the repository at this point in the history
Now Haml doesn't have pretty mode haml/haml#894.
  • Loading branch information
k0kubun committed May 3, 2017
1 parent b5fb69e commit 169a104
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 169a104

Please sign in to comment.