In my Rails template, I\'d like to accomplish final HTML to this effect using HAML:
I will first link somewhere
You can do this to keep the leading space:
%a{:href => 'http://example.com'}>= ' link somewhere'
The space is in the quotes.