hexo-theme-hueman icon indicating copy to clipboard operation
hexo-theme-hueman copied to clipboard

The html code block of markdown show error

Open CodingPanda87 opened this issue 4 years ago • 1 comments

the markdown file like this:

```html <div> ... </div> ```

but actually show like this:

<div>
  ....
div> 

there shouble be show '</div>' at last ,but show 'div>'. How can I fixed it ? thank you very much!

CodingPanda87 avatar Mar 24 '20 14:03 CodingPanda87

@dreamwatchman The issue you mentioned did not reproduce on my setup. Do you use the up-to-date Hexo and the Hueman theme? Do you have any Hexo code highlight plugins installed?

ppoffice avatar Mar 24 '20 20:03 ppoffice