feat: make markdown work
dear lord
This commit is contained in:
5
content/blog/index.md
Normal file
5
content/blog/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
*markdown*
|
||||
|
||||
**is great**
|
||||
|
||||
but this is cool
|
3
content/blog/test.md
Normal file
3
content/blog/test.md
Normal file
@@ -0,0 +1,3 @@
|
||||
HELLO!
|
||||
|
||||
**markdown test**
|
29
content/test.md
Normal file
29
content/test.md
Normal 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
|
Reference in New Issue
Block a user