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

Skip to content

Commit 915d20e

Browse files
authored
Merge pull request Hacker0x01#37 from Kushagra/master
Added H1 markdown highlight feature
2 parents 90c9ba8 + 5b1fa1b commit 915d20e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/hackers/images/markdown-0.png

747 Bytes
Loading

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)