My first blog post edit
Welcome to my first blog post using content module
This is a heading
This is some more info
This is a sub heading
This is some more info
This is another sub heading
This is some more info
This is another heading
This is some more info
export function {
data () {
return {
name: 'Hello'
}
}
}
This is HTML inside markdown that has a class of note
.nuxt-content-highlight {
@apply relative;
}
.nuxt-content-highlight .filename {
@apply absolute right-0 text-gray-600 font-light z-10 mr-2 mt-1 text-sm;
}