[haml] how to insert a whitespace?

2012-09-17 Thread Mauro Sanna
In html I write:

example example example. nbsp Example

In haml I don't know how to insert the corresponding nbsp for a 
whitespace. 

-- 
You received this message because you are subscribed to the Google Groups 
Haml group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/haml/-/wmqq5Lhvqe0J.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.



Re: [haml] how to insert a whitespace?

2012-09-17 Thread mickael foucaux
you have many methods to do that. Choice depending of your context.
Two of them are :

:plain
  example example example. nbsp; Example

example example example. \nbsp; Example

2012/9/18 Mauro Sanna mrsan...@gmail.com:
 In html I write:

 example example example. nbsp Example

 In haml I don't know how to insert the corresponding nbsp for a whitespace.

 --
 You received this message because you are subscribed to the Google Groups
 Haml group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/haml/-/wmqq5Lhvqe0J.
 To post to this group, send email to haml@googlegroups.com.
 To unsubscribe from this group, send email to
 haml+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/haml?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Haml group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.