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

Skip to content

Commit c093f57

Browse files
committed
removed underline in markdown
1 parent 97e7e87 commit c093f57

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/hackers/images/markdown-5a.png

46.3 KB
Loading

docs/hackers/using-markdown.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,13 @@ Markdown Input:
5454

5555
```
5656
*This text is italicized*
57-
_This text is underlined_
5857
**This text is bold**
5958
~~This text is deleted~~
6059
==This text is highlighted==
6160
```
6261

6362
Output:
64-
![text emphasis output](./images/markdown-5.png)
63+
![text emphasis output](./images/markdown-5a.png)
6564

6665

6766
### Lists

0 commit comments

Comments
 (0)