Skip to content

Commit 1002d26

Browse files
committed
Fix link best practices table
1 parent 1dbff7c commit 1002d26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_basic-syntax/links.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ Parentheses in the middle of a URL can also be problematic. For compatibility, t
180180
<tr>
181181
<td>
182182
<code class="highlighter-rouge">
183-
[a novel](https://en.wikipedia.org/wiki/The_Milagro_Beanfield_War_%28novel%29)<br><br>
183+
[a novel](https://en.wikipedia.org/wiki/<wbr>The_Milagro_Beanfield_War_%28novel%29)<br><br>
184184

185-
&lt;a href="https://en.wikipedia.org/wiki/The_Milagro_Beanfield_War_(novel)"&gt;a novel&lt;/a&gt;<br><br>
185+
&lt;a href="https://en.wikipedia.org/wiki/<wbr>The_Milagro_Beanfield_War_(novel)"&gt;a novel&lt;/a&gt;<br><br>
186186
</code>
187187
</td>
188188
<td>
189189
<code class="highlighter-rouge">
190-
[a novel](https://en.wikipedia.org/wiki/The_Milagro_Beanfield_War_(novel))
190+
[a novel](https://en.wikipedia.org/wiki/<wbr>The_Milagro_Beanfield_War_(novel))
191191
</code>
192192
</td>
193193
</tr>

0 commit comments

Comments
 (0)