--- slug: 'test-2' 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 |