Underscore italics around links don't seem to work

This commit is contained in:
Mark McGranaghan 2018-02-01 16:15:50 -05:00
parent bbab9ca968
commit 37740d6936
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
// In the previous example we saw how to manage simple // In the previous example we saw how to manage simple
// counter state using [atomic operations](atomic-counters). // counter state using [atomic operations](atomic-counters).
// For more complex state we can use a _[mutex](http://en.wikipedia.org/wiki/Mutual_exclusion)_ // For more complex state we can use a <em>[mutex](http://en.wikipedia.org/wiki/Mutual_exclusion)</em>
// to safely access data across multiple goroutines. // to safely access data across multiple goroutines.
package main package main

View File

@ -1,2 +1,2 @@
e82356cbb37143862b0a9bbc68856f4b272c4918 b62f93a169c2d9141b2f7edceb840ede59598bd7
a9Wky7k-Bw tWqg2zQSVpb

View File

@ -1,4 +1,4 @@
// _[Rate limiting](http://en.wikipedia.org/wiki/Rate_limiting)_ // <em>[Rate limiting](http://en.wikipedia.org/wiki/Rate_limiting)</em>
// is an important mechanism for controlling resource // is an important mechanism for controlling resource
// utilization and maintaining quality of service. Go // utilization and maintaining quality of service. Go
// elegantly supports rate limiting with goroutines, // elegantly supports rate limiting with goroutines,

View File

@ -1,2 +1,2 @@
d74aebb12f618f22ec776eb5b4de92985104c197 b8dbdb8d53386f00ff900fea62db400d962b4834
e7yzIk97-p h9TUTv494TN

View File

@ -42,7 +42,7 @@ to safely access data across multiple goroutines.</p>
</td> </td>
<td class="code leading"> <td class="code leading">
<a href="http://play.golang.org/p/a9Wky7k-Bw"><img title="Run code" src="play.png" class="run" /></a> <a href="http://play.golang.org/p/tWqg2zQSVpb"><img title="Run code" src="play.png" class="run" /></a>
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span> <div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div> </pre></div>

View File

@ -43,7 +43,7 @@ channels, and <a href="tickers">tickers</a>.</p>
</td> </td>
<td class="code leading"> <td class="code leading">
<a href="http://play.golang.org/p/e7yzIk97-p"><img title="Run code" src="play.png" class="run" /></a> <a href="http://play.golang.org/p/h9TUTv494TN"><img title="Run code" src="play.png" class="run" /></a>
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span> <div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div> </pre></div>