Created
January 9, 2010 22:03
-
-
Save nex3/273141 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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