20 lines
321 B
Markdown
20 lines
321 B
Markdown
|
|
---
|
||
|
|
title: 'My first post'
|
||
|
|
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||
|
|
date: 2020-02-02 00:00:00
|
||
|
|
---
|
||
|
|
|
||
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||
|
|
|
||
|
|
Example with image:
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
Example code block:
|
||
|
|
|
||
|
|
```js
|
||
|
|
function myFunction() {
|
||
|
|
return true;
|
||
|
|
}
|
||
|
|
```
|