Fabien
Fabien
NNuxt
Created by Fabien on 11/19/2024 in #❓・help
Problem with markdown it and my nuxt project
The problem was the required part :
import markdownit from 'markdown-it';
import markdownitContainer from 'markdown-it-container';

const md = markdownit({
html: true,
linkify: true,
typographer: true
}).use(markdownitContainer, "notice", {
...
import markdownit from 'markdown-it';
import markdownitContainer from 'markdown-it-container';

const md = markdownit({
html: true,
linkify: true,
typographer: true
}).use(markdownitContainer, "notice", {
...
6 replies
NNuxt
Created by Fabien on 11/7/2024 in #❓・help
watch not firing api call
Apparently, i needed to use "immediate" to true : }, { deep: true, immediate: true })
7 replies
NNuxt
Created by Fabien on 11/7/2024 in #❓・help
watch not firing api call
Didn't work
7 replies