Interesting indeed, looks like what i need. 50 chars will do :)
On Feb 9, 4:40 pm, "Nathan Weizenbaum" <[EMAIL PROTECTED]> wrote:
> At the moment, there's no good way to do so. Haml automatically moves text
> longer than 50 characters onto the next line, for aesthetic reasons.
> However, we realize that this sometimes affects the rendering of a document,
> so we're looking into syntax for turning it off for given tags.
>
> Interestingly, though,
>
> %h1 Hello World!
>
> will render as
>
> <h1>Hello World!</h1>
>
> - Nathan
>
> On Feb 9, 2008 7:28 AM, Peter <[EMAIL PROTECTED]> wrote:
>
>
>
> > How can i get haml to give me this in my resulting html:
>
> > <h1>Hello World!</h1>
>
> > ...instead of...
>
> > <h1>
> > Hello World!
> > </h1>
>
> > I am getting this last one, and was wondering if there's a way to keep
> > this all in one line.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---