We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had replaced the default md render by hexo-renderer-markdown-it. And I installed hexo-toc.
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
The text was updated successfully, but these errors were encountered:
The Tags should be processed even before the hexo-renderer-markdown-it starts. I'm inclined to say that this is a bug with hexo-toc.
Markdown-it should recieve the rendered html from hexo-toc, and not the unprocessed tags. :/
Sorry, something went wrong.
I'm encountering the exact same problem.
I created an issue on hexo-toc issue tracker.
No branches or pull requests
I had replaced the default md render by hexo-renderer-markdown-it. And I installed hexo-toc.
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
eg.(hexo's _config.yml)
The text was updated successfully, but these errors were encountered: