Skip to content

Instantly share code, notes, and snippets.

@nex3
Created January 9, 2010 22:03
Show Gist options
  • Save nex3/273141 to your computer and use it in GitHub Desktop.
Save nex3/273141 to your computer and use it in GitHub Desktop.
%p
Here is
%a{:href => 'http://www.example.com'}<
a link
\. Why won't the period fall right after the word 'link'? I can get it to work
%a{:href => 'http://www.example.com'}><
like this
, but now there's no space between the word 'work' and the link. And, for an example in Rails, here is
= link_to 'another link', 'http://www.example.com'
\. I'm not sure how to get the
=link_to('whitespace modifiers', 'http://www.example.com')>
to work with Rails at all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment