Skip to content

Commit

Permalink
Change author contact info formatting to avoid conflicts with email a…
Browse files Browse the repository at this point in the history
…ddresses that have underscores.

Updated my email address.

Remove extra HTML markup from /authors-guide.md.
  • Loading branch information
thirdtruck committed Jun 22, 2011
1 parent b72b261 commit 5915613
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
6 changes: 4 additions & 2 deletions authors-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@ chapter: Strings

Turn on syntax highlighting for CoffeeScript with `highlight coffeescript`.

<div class="highlight"><pre><code>&lbrace;% highlight coffeescript %&rbrace;
test2

&lbrace;% highlight coffeescript %&rbrace;
&#35; Calculate the square of a number
square = (x) -> x * x

square(16)
&#35; => 256
&lbrace;% endhighlight %&rbrace;</code></pre></div>
&lbrace;% endhighlight %&rbrace;

This produces the following:

Expand Down
26 changes: 13 additions & 13 deletions authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ title: Authors

The following people are totally rad and awesome because they have contributed recipes!

* David Brady _ratgeyser@gmail.com_
* John Ford _jwford@gmail.com_
* Steven Reid _steven @ reidnorthwest . com_
* David Moulton _dave@themoultons.net_
* Sebastian Slomski _sebastian@simple-systems.org_
* Aaron Weinberger _aw9994@cs.ship.edu_
* James C. Holder _cs_cookbook@thirdtruck.org_
* Jason Giedymin _jasong@apache.org_
* Phil Cohen _github@phlippers.net_
* David Brady *ratgeyser@gmail.com*
* John Ford *jwford@gmail.com*
* Steven Reid *steven @ reidnorthwest . com*
* David Moulton *dave@themoultons.net*
* Sebastian Slomski *sebastian@simple-systems.org*
* Aaron Weinberger *aw9994@cs.ship.edu*
* James C. Holder *coffeescriptcookbook.com@thirdtruck.org*
* Jason Giedymin *jasong@apache.org*
* Phil Cohen *github@phlippers.net*
* ...You! What are you waiting for? Check out the [contributing](/contributing) section and get cracking!

# Developers

_The following people are amazingly rad and awesome because they have helped fix the code for the site!_
*The following people are amazingly rad and awesome because they have helped fix the code for the site!*

* David Brady _ratgeyser@gmail.com_
* Mike Moore _mike@blowmage.com_
* Peter Hellberg _peter@c7.se_
* David Brady *ratgeyser@gmail.com*
* Mike Moore *mike@blowmage.com*
* Peter Hellberg *peter@c7.se*
* ...You! What are you waiting for? Check out the [contributing](/contributing) section and get cracking!

# Designers
Expand Down

0 comments on commit 5915613

Please sign in to comment.