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 85ed094 commit 2e30114Copy full SHA for 2e30114
docs/hackers/images/markdown-5.png
43.2 KB
docs/hackers/using-markdown.md
@@ -34,23 +34,18 @@ 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__
---This text is deleted--
43
+~~This text is deleted~~
44
==This text is highlighted==
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__
+Output:
+
52
53
-~~This text is deleted~~
54
55
### LISTS
56
#### Unordered Lists
0 commit comments