Highlight.js <pre> <code> renders the div element directly, how to set it?

highlight.js

   

does not show

... < / div >, but renders it. How can I write it?

Jun.15,2022

Vue.directive('highlight',function (el) {
  let blocks = el.querySelectorAll('pre code');
  blocks.forEach((block)=>{
    hljs.highlightBlock(block)
  })
})

<p v-html="markdownhtml" v-highlight>

https://codeshelper.com/a/11...

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b373ec-40606.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b373ec-40606.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?