This commit is contained in:
2023-08-12 15:54:23 +02:00
parent 3dcd5f1ef6
commit b90829a543
18 changed files with 631 additions and 24 deletions

View File

@@ -0,0 +1,64 @@
---
slug: 'test'
title: 'Test'
description: 'Description de test'
publishedAt: '06 February 2021'
modifiedAt: '06 February 2021'
readingMins: 5
cover: 'test'
author: 'arthurdanjou@outlook.fr'
---
This is my new post !
```ts
const test = 'Hello World !'
console.log(test)
```
> Block quote
`code inline`
`const codeInline: string = 'highlighted code inline'`{lang="ts"}
## H2 Heading
### H3 Heading
- Just
- An
Is it laggy ?
- Unordered
- List
**Just a strong paragraph.**
_Just an italic paragraph._
Divider under.
---
Divider above.
[Hello World](https://google.com)
Voici un [Lien](https://google.com) vers Google
```js [.eslintrc.js]
module.exports = {
extends: [
// ...
'plugin:vue/vue3-recommended',
// 'plugin:vue/recommended' // Use this if you are using Vue.js 2.x.
],
}
```
| Key | Type | Description | Test |
|-----|-----------|-------------|--------|
| 1 | Wonderful | Table | This |
| 2 | Type 2 | Data | is |
| 3 | Wonderful | Website | a test |