Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit f51d358

Browse files
author
staticjscms
committed
Update Blog “my-third-big-post”
1 parent 82b2e73 commit f51d358

File tree

1 file changed

+33
-28
lines changed

1 file changed

+33
-28
lines changed

src/posts/my-third-big-post.md

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
22
title: This is my third post
3-
description: Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
4-
date: 2020-09-03
3+
description: Iterative approaches to corporate strategy foster collaborative
4+
thinking to further the overall value proposition. Organically grow the
5+
holistic world view of disruptive innovation via workplace diversity and
6+
empowerment.
57
author: Surjith S M
8+
date: 2020-09-03
69
tags:
710
- second-tag
811
---
9-
1012
Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
1113

1214
Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
1315

1416
## h2 Heading
1517

16-
### h3 Heading
18+
### h3 Headingtest
1719

1820
#### h4 Heading
1921

@@ -23,64 +25,67 @@ Bring to the table win-win survival strategies to ensure proactive domination. A
2325

2426
## Horizontal Rules
2527

26-
---
28+
***
2729

2830
## Emphasis
2931

3032
**This is bold text**
3133

3234
**This is bold text**
3335

34-
_This is italic text_
36+
*This is italic text*
3537

36-
_This is italic text_
38+
*This is italic text*
3739

3840
~~Strikethrough~~
3941

4042
## Blockquotes
4143

4244
> Blockquotes can also be nested...
43-
>
4445
> > ...by using additional greater-than signs right next to each other...
45-
> >
4646
> > > ...or with spaces between arrows.
4747
4848
## Lists
4949

5050
Unordered
5151

52-
- Create a list by starting a line with `+`, `-`, or `*`
53-
- Sub-lists are made by indenting 2 spaces:
54-
- Marker character change forces new list start:
55-
- Ac tristique libero volutpat at
56-
* Facilisis in pretium nisl aliquet
57-
- Nulla volutpat aliquam velit
58-
- Very easy!
52+
* Create a list by starting a line with `+`, `-`, or `*`
53+
* Sub-lists are made by indenting 2 spaces:
54+
* Marker character change forces new list start:
55+
* Ac tristique libero volutpat at
56+
57+
58+
* Facilisis in pretium nisl aliquet
59+
60+
61+
* Nulla volutpat aliquam velit
62+
* Very easy!
5963

6064
Ordered
6165

6266
1. Lorem ipsum dolor sit amet
6367
2. Consectetur adipiscing elit
6468
3. Integer molestie lorem at massa
65-
6669
4. You can use sequential numbers...
6770
5. ...or keep all the numbers as `1.`
6871

6972
Start numbering with offset:
7073

7174
57. foo
72-
1. bar
75+
58. bar
7376

7477
## Code
7578

7679
Inline `code`
7780

7881
Indented code
7982

80-
// Some comments
81-
line 1 of code
82-
line 2 of code
83-
line 3 of code
83+
```
84+
// Some comments
85+
line 1 of code
86+
line 2 of code
87+
line 3 of code
88+
```
8489

8590
Block code "fences"
8691

@@ -100,11 +105,11 @@ console.log(foo(5));
100105

101106
## Tables
102107

103-
| Option | Description |
104-
| ------ | ------------------------------------------------------------------------- |
105-
| data | path to data files to supply the data that will be passed into templates. |
106-
| engine | engine to be used for processing templates. Handlebars is the default. |
107-
| ext | extension to be used for dest files. |
108+
| Option | Description |
109+
| ------ | ----------- |
110+
| data | path to data files to supply the data that will be passed into templates. |
111+
| engine | engine to be used for processing templates. Handlebars is the default. |
112+
| ext | extension to be used for dest files. |
108113

109114
## Links
110115

@@ -116,4 +121,4 @@ Autoconverted link https://github.com/nodeca/pica
116121

117122
## Images
118123

119-
![Minion](https://octodex.github.com/images/minion.png)
124+
![Minion](https://octodex.github.com/images/minion.png)

0 commit comments

Comments
 (0)