我正在使用 Nuxt 和 Strapi js 编写一个博客网站。我使用 markdownit 插件转换文章中的富文本。

它将这张图片变成这样:
scr =“/上传/download_2_ec8ea31ab6.jpg”
我如何添加它:http://localhost:1337/
插件使用:
markdownit: {
preset: 'default',
linkify: true,
breaks: true,
injected: true,
typographer: true
},
Run Code Online (Sandbox Code Playgroud)