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

Skip to content

Commit 73eeaee

Browse files
committed
email links in md
1 parent 4f7c501 commit 73eeaee

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

docs/changelog/2019/february.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ path: "/changelog/2019/february"
44
date: "2019-02"
55
---
66

7+
### Retesting Bundles
8+
Programs can now opt-in to purchase a bundle of retests with their HackerOne subscription. With bundles, programs are no longer charged the processing fee for each bounty, and can also opt-in to purchase more retests when they run out.
9+
10+
![Retesting Bundles](./images/feb_2019_retesting_bundles.png)
11+
712
### My Programs
813
We’ve renamed the Accepted Invitations page on the Hacker Dashboard to now be called My Programs. We’ve also revamped the page so that hackers can better manage the all of the programs they’re a part of by including:
914
* More filtering options
@@ -21,6 +26,6 @@ We've renamed the Getting Started page to now be called Overview. We provide new
2126
### Hacker Statistics
2227
After hackers have submitted their first vulnerability, they'll be able to view statistics for these personal metrics on their Overview page:
2328
* Number of valid reports
24-
* Bounties earned
29+
* Bounties earned
2530

2631
![Hacker Dashboard Statistics](./images/feb_2019_hackerdashboard_statistics.png)
Loading

docs/hackers/using-markdown.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ 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
134+
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.
135+
133136
### CODE
134137
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.
135138
```

docs/programs/using-markdown.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ I start my morning with a cup of coffee and
128128
```
129129
I start my morning with a cup of coffee and [The New York Times](http://www.nytimes.com/).
130130

131+
#### 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.
133+
131134
### CODE
132135
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.
133136
```

0 commit comments

Comments
 (0)