Skip to content

Commit 57f7c5b

Browse files
committed
2 parents 5cb6d88 + 56e9d96 commit 57f7c5b

File tree

1 file changed

+15
-22
lines changed

1 file changed

+15
-22
lines changed

posts/my-first-post.md

+15-22
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@ title: This is my first post
33
description: Capitalize on low hanging fruit to identify a ballpark value added
44
activity to beta test. Override the digital divide with additional
55
clickthroughs from DevOps.
6-
date: 2020-09-01
76
author: Surjith S M
7+
date: 2020-09-01
88
tags:
99
- left
1010
- center
1111
- right
1212
---
13-
14-
# Markdown syntax guide
15-
16-
## Headers
17-
1813
# This is a Heading h1
1914

2015
## This is a Heading h2
@@ -23,34 +18,32 @@ tags:
2318

2419
## Emphasis
2520

26-
_This text will be italic_
27-
_This will also be italic_
21+
*This text will be italic*\
22+
*This will also be italic*
2823

29-
**This text will be bold**
24+
**This text will be bold**\
3025
**This will also be bold**
3126

32-
_You **can** combine them_
27+
*You **can** combine them*
3328

3429
## Lists
3530

3631
### Unordered
3732

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
4238

4339
### Ordered
4440

4541
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
5044

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
5447

5548
## Links
5649

@@ -64,4 +57,4 @@ You may be using [Markdown Live Preview](https://markdownlivepreview.com/).
6457
6558
## Inline code
6659

67-
This web site is using `markedjs/marked`.
60+
This web site is using `markedjs/marked`.

0 commit comments

Comments
 (0)