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

Skip to content

Commit 2e30114

Browse files
committed
markdown input - hacker book
1 parent 85ed094 commit 2e30114

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

docs/hackers/images/markdown-5.png

43.2 KB
Loading

docs/hackers/using-markdown.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,18 @@ A Second Level Header
3434
>more text in blockquote
3535
3636
### TEXT EMPHASIS
37+
Markdown Input:
3738
```
3839
*This text is italicized*
3940
_This text is underlined_
4041
**This text is bold**
4142
__This text is bold__
42-
--This text is deleted--
43+
~~This text is deleted~~
4344
==This text is highlighted==
4445
```
45-
*This text is italicized*
46-
47-
<u>This text is underlined</u>
48-
49-
**This text is bold**
50-
51-
__This text is bold__
46+
Output:
47+
![text emphasis output](./images/markdown-5.png)
5248

53-
~~This text is deleted~~
5449

5550
### LISTS
5651
#### Unordered Lists

0 commit comments

Comments
 (0)