ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

The html code block of markdown show error #277

Open CodingPanda87 opened 4 years ago

CodingPanda87 commented 4 years ago

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!

ppoffice commented 4 years ago

@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?