feat: make markdown work

dear lord
This commit is contained in:
2022-07-22 15:32:00 -04:00
parent 9c6b91c562
commit 92d0d70760
15 changed files with 262 additions and 134 deletions

5
content/blog/index.md Normal file
View File

@@ -0,0 +1,5 @@
*markdown*
**is great**
but this is cool

3
content/blog/test.md Normal file
View File

@@ -0,0 +1,3 @@
HELLO!
**markdown test**

29
content/test.md Normal file
View File

@@ -0,0 +1,29 @@
# HOI HOI
```js
export default defineNuxtConfig({
content: {
highlight: {
// Theme used in all color schemes.
theme: 'github-light'
// OR
theme: {
// Default theme (same as single string)
default: 'github-light',
// Theme used if `html.dark`
dark: 'github-dark',
// Theme used if `html.sepia`
sepia: 'monokai'
}
}
}
})
```
for some reason **it no** work
hey wtf
- list test
- list test
- list test