Skip to content

Commit

Permalink
move back to backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Dec 26, 2010
1 parent 30abf5d commit b5e3977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s/regexes.mkd
Expand Up @@ -14,8 +14,8 @@ So you write a regex like this (in [Perl](/perl.html)):
$url = $1;
}

In this case, <tt>$url</tt> will indeed contain
<tt>http://example.com/whatever.jpg</tt>. But what happens when
In this case, `$url` will indeed contain
`http://example.com/whatever.jpg`. But what happens when
you start getting HTML like this:

<img src='http://example.com/whatever.jpg'>
Expand Down

0 comments on commit b5e3977

Please sign in to comment.