File tree 1 file changed +15
-22
lines changed
1 file changed +15
-22
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,13 @@ title: This is my first post
3
3
description : Capitalize on low hanging fruit to identify a ballpark value added
4
4
activity to beta test. Override the digital divide with additional
5
5
clickthroughs from DevOps.
6
- date : 2020-09-01
7
6
author : Surjith S M
7
+ date : 2020-09-01
8
8
tags :
9
9
- left
10
10
- center
11
11
- right
12
12
---
13
-
14
- # Markdown syntax guide
15
-
16
- ## Headers
17
-
18
13
# This is a Heading h1
19
14
20
15
## This is a Heading h2
@@ -23,34 +18,32 @@ tags:
23
18
24
19
## Emphasis
25
20
26
- _ This text will be italic _
27
- _ This will also be italic _
21
+ * This text will be italic * \
22
+ * This will also be italic *
28
23
29
- ** This text will be bold**
24
+ ** This text will be bold** \
30
25
** This will also be bold**
31
26
32
- _ You ** can** combine them _
27
+ * You ** can** combine them *
33
28
34
29
## Lists
35
30
36
31
### Unordered
37
32
38
- - Item 1
39
- - Item 2
40
- - Item 2a
41
- - Item 2b
33
+ * Item 1
34
+ * Item 2
35
+
36
+ * Item 2a
37
+ * Item 2b
42
38
43
39
### Ordered
44
40
45
41
1 . Item 1
46
- 1 . Item 2
47
- 1 . Item 3
48
- 1 . Item 3a
49
- 1 . Item 3b
42
+ 2 . Item 2
43
+ 3 . Item 3
50
44
51
- ## Images
52
-
53
- ![ This is a alt text.] ( /image/sample.png " This is a sample image. ")
45
+ 1 . Item 3a
46
+ 2 . Item 3b
54
47
55
48
## Links
56
49
@@ -64,4 +57,4 @@ You may be using [Markdown Live Preview](https://markdownlivepreview.com/).
64
57
65
58
## Inline code
66
59
67
- This web site is using ` markedjs/marked ` .
60
+ This web site is using ` markedjs/marked ` .
You can’t perform that action at this time.
0 commit comments