Skip to content

Commit 2f1f55e

Browse files
author
Charles Ulrich
committed
Docs: update URL and Email address links
* Clarify bare vs bracketed URLs * Add bracketed email addresses
1 parent 2713196 commit 2f1f55e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

silicon/docs/syntax.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,22 @@ Bare URLs are turned into links, as are URLs enclosed in angle brackets.
170170
```
171171
Bare URL: https://www.example.com/
172172
173-
Bare URL with angle brackets: <https://www.example.com>
173+
URL with angle brackets: <https://www.example.com>
174174
```
175175

176176
Bare URL: https://www.example.com/
177177

178-
Bare URL with angle brackets: <https://www.example.com>
178+
URL with angle brackets: <https://www.example.com>
179+
180+
### Email addresses
181+
182+
Bare Email addresses are not turned into links, but you can use angle brackets to create a link to an email address.
183+
184+
```
185+
Email address with angle brackets: Bob Example <[email protected]>
186+
```
187+
188+
Email address with angle brackets: Bob Example <[email protected]>
179189

180190
### Inline-Style Links
181191

0 commit comments

Comments
 (0)