Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c99c63

Browse files
committed
email link in md
1 parent 73eeaee commit 1c99c63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/hackers/using-markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ I start my morning with a cup of coffee and
130130
```
131131
I start my morning with a cup of coffee and [The New York Times](http://www.nytimes.com/).
132132

133-
#### Email Links
133+
#### Email Links
134134
You don't need to use markdown to create a `mailto:` link. Simply enter the email as is and it will automatically be converted to a `mailto:` link.
135135

136136
### CODE

docs/programs/using-markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ I start my morning with a cup of coffee and
129129
I start my morning with a cup of coffee and [The New York Times](http://www.nytimes.com/).
130130

131131
#### Email Links
132-
You don't need to use markdown to create a `mailto:` link. Simply enter the email as is and it will automatically be converted to a `mailto:` link.
132+
You don't need to use markdown to create a `mailto:` link. Simply enter the email as is and it will automatically be converted to a `mailto:` link.
133133

134134
### CODE
135135
In a regular paragraph, you can create code span by wrapping text in back tick quotes. Any ampersands (&) and angle brackets (< or >) will automatically be translated into HTML entities. This makes it easy to use Markdown to write about HTML example code.

0 commit comments

Comments
 (0)