Skip to content

Instantly share code, notes, and snippets.

@jeremyBanks
Created November 7, 2010 20:23
Show Gist options
  • Save jeremyBanks/666395 to your computer and use it in GitHub Desktop.
Save jeremyBanks/666395 to your computer and use it in GitHub Desktop.
This is an
%a(href="http://www.google.com/") example
\.
produces
This is an
<a href="http://www.google.com/">example</a>
.
This is an
%a(href="http://www.google.com/")> example
\.
produces
This is an<a href="http://www.google.com/">example</a>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment