mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-28 19:00:31 +01:00
Working
This commit is contained in:
64
src/content/writing/test-2.md
Normal file
64
src/content/writing/test-2.md
Normal 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 |
|
||||
Reference in New Issue
Block a user