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

Skip to content

Commit 74e1c8a

Browse files
committed
markdown input fix - program book
1 parent 2e30114 commit 74e1c8a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

docs/programs/images/markdown-5.png

43.2 KB
Loading

docs/programs/using-markdown.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,16 @@ 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__
4243
~~This text is deleted~~
4344
```
44-
*This text is italicized*
45-
46-
<u>This text is underlined</u>
47-
48-
**This text is bold**
49-
50-
__This text is bold__
51-
52-
~~This text is deleted~~
45+
Output:
46+
![text emphasis output](./images/markdown-5.png)
5347

5448
### LISTS
5549
#### Unordered Lists

0 commit comments

Comments
 (0)