Skip to content

Commit 444184c

Browse files
committed
Update link best practices section
1 parent 671143c commit 444184c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_basic-syntax/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ and the HTML for the link would be:
140140

141141
### Link Best Practices
142142

143-
Markdown applications don't agree on how to handle spaces or parentheses in the middle of a URL. For compatibility, try to URL encode any spaces with `%20`. Alternatively, if your Markdown application [supports HTML](#html), you could use the `a` HTML tag.
143+
Markdown applications don't agree on how to handle spaces in the middle of a URL. For compatibility, try to URL encode any spaces with `%20`. Alternatively, if your Markdown application [supports HTML](#html), you could use the `a` HTML tag.
144144

145145
<table class="table table-bordered">
146146
<thead class="thead-light">

0 commit comments

Comments
 (0)