Skip to content

Commit 5915613

Browse files
committed
Change author contact info formatting to avoid conflicts with email addresses that have underscores.
Updated my email address. Remove extra HTML markup from /authors-guide.md.
1 parent b72b261 commit 5915613

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

authors-guide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ chapter: Strings
4646

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

49-
<div class="highlight"><pre><code>&lbrace;% highlight coffeescript %&rbrace;
49+
test2
50+
51+
&lbrace;% highlight coffeescript %&rbrace;
5052
&#35; Calculate the square of a number
5153
square = (x) -> x * x
5254

5355
square(16)
5456
&#35; => 256
55-
&lbrace;% endhighlight %&rbrace;</code></pre></div>
57+
&lbrace;% endhighlight %&rbrace;
5658

5759
This produces the following:
5860

authors.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ title: Authors
77

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

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

2121
# Developers
2222

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

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

3030
# Designers

0 commit comments

Comments
 (0)