[Haml] Added FAQ item about :ugly mode.

This commit is contained in:
Norman Clarke 2009-12-11 21:19:58 -03:00 committed by Nathan Weizenbaum
parent 510c4d30e0
commit 992d65cb0b
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
## Haml
### Why is my markup indented properly in development mode, but not in production?
{#q-indentation-in-production}
To improve performance, Haml defaults to {file:HAML_REFERENCE.md#ugly-option "ugly" mode} in Rails
apps running in production.
### How do I put a punctuation mark after an element, like "`I like <strong>cake</strong>!`"?
{#q-punctuation}