如图
以下是代码。
import Loading from '~/components/Loading.vue';
import marked from "marked";
import hljs from "highlight.js";
// import 'highlight.js/styles/googlecode.css';
import 'highlight.js/styles/atom-one-dark.css';
marked.setOptions({
renderer: new marked.Renderer(),
highlight: function(code) {
return hljs.highlightAuto(code).value;
},
pedantic: false,
gfm: true,
tables: true,
breaks: false,
sanitize: false,
smartLists: true,
smartypants: false,
xhtml: false
}
);
article.content = marked(article.content);
<div v-html="article.content" ></div>
大魔王加菲月
qq_遁去的一_1
语法高亮和代码补齐问题
sublime如何高亮.vue中的stylus?
vue文件高亮显示
.vue文件里的style用less写不能高亮显示
相关分类