We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I had replaced the default md render by hexo-renderer-markdown-it. And I installed this plug-in.
Then I noticed the rended page had something what didn't hiden: <!---toc---> and <!---toc stop--->.
This issue need to configure hexo-renderer-markdown-it by set html: ture
html: ture
eg.(hexo's _config.yml)
# Markdown-it config ## Docs: https://github.com/celsomiranda/hexo-renderer-markdown-it/wiki markdown: render: html: true
I had replaced the default md render by hexo-renderer-markdown-it. And I installed this plug-in.
Then I noticed the rended page had something what didn't hiden: <!---toc---> and <!---toc stop--->.
This issue need to configure hexo-renderer-markdown-it by set
html: tureeg.(hexo's _config.yml)