Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e30114 commit 74e1c8aCopy full SHA for 74e1c8a
docs/programs/images/markdown-5.png
43.2 KB
docs/programs/using-markdown.md
@@ -34,22 +34,16 @@ A Second Level Header
34
>more text in blockquote
35
36
### TEXT EMPHASIS
37
+Markdown Input:
38
```
39
*This text is italicized*
40
_This text is underlined_
41
**This text is bold**
42
__This text is bold__
43
~~This text is deleted~~
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~~
+Output:
+
53
54
### LISTS
55
#### Unordered Lists
0 commit comments