Home > front end >  Vue using analytical markdown marked how to implement the click to enlarge picture function?
Vue using analytical markdown marked how to implement the click to enlarge picture function?

Time:05-27

Marked. SetOptions ({
The renderer: new marked. The renderer (),
Highlight: function (code) {
Return HLJS. HighlightAuto (code). The value
},
Pedantic: false,
GFM: true,
Tables: true,
Breaks: false,
Sanitize: false,
SmartLists: true,
Smartypants: false,
XHTML: false
});
This is the current configuration
  • Related