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

Skip to content

Commit 5b1fa1b

Browse files
authored
Added H1 markdown highlight
Added HackerOne syntax for highlighting text in markdown. To preview the "This text is highlighted" I have used a screenshot because GitHub doesn't seem to support <mark> or <span> with color's.
1 parent 794a04a commit 5b1fa1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/hackers/using-markdown.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ _This text is underlined_
4040
**This text is bold**
4141
__This text is bold__
4242
--This text is deleted--
43+
==This text is highlighted==
4344
```
4445
*This text is italicized*
4546

@@ -51,6 +52,8 @@ __This text is bold__
5152

5253
~~This text is deleted~~
5354

55+
![markdown-0](./images/markdown-0.png)
56+
5457
### LISTS
5558
#### Unordered Lists
5659
```

0 commit comments

Comments
 (0)