On Feb 13, 1:00 am, benalavi <[EMAIL PROTECTED]> wrote: > Haha of course there's some simpler solution =) > > How do I turn off reformatting altogether? I couldn't find anything > about it.
I ran into a similar issue the other day and also came up with an ugly hack for suppressing Haml processing (in my case I was specifically interested in indentation, not caching as such) that involved the insertion of HTML comments and then having Haml modify its behaviour upon seeing them: http://groups.google.com/group/haml/browse_thread/thread/cca3fc3be83663a1 But obviously, all such hacks are exactly that: hacks. Cheers, Wincent --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
