[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

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