正常换行
This commit is contained in:
@@ -56,6 +56,7 @@ export default {
|
||||
mounted() {
|
||||
const {hljs, markdownit} = window
|
||||
this.md = markdownit({
|
||||
breaks: true,
|
||||
highlight: function (str, lang) {
|
||||
if (lang && hljs.getLanguage(lang)) {
|
||||
try {
|
||||
@@ -169,7 +170,8 @@ export default {
|
||||
&:hover, &:active {
|
||||
color: $primaryColor;
|
||||
}
|
||||
&:before{
|
||||
|
||||
&:before {
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user