I'm using hexo with hexo-renderer-markdown-it plugin to get a better markdown renderer.
I also use hexo-toc to get tocs on my posts.
When I'm using both of them, the Automatic Headline ID's feature does not work as expected.
I expect each header to be rendered as:
<h3 id="create-a-new-post"><a class="header-anchor" href="#create-a-new-post">¶</a>Create a new post</h3>
and headers are rendered as:
<h3><span id="create-a-new-post">Create a new post</span></h3>
I can make further tests, but I need help to find out where does this behaviour comes from.
I'm using hexo with hexo-renderer-markdown-it plugin to get a better markdown renderer.
I also use hexo-toc to get tocs on my posts.
When I'm using both of them, the Automatic Headline ID's feature does not work as expected.
I expect each header to be rendered as:
and headers are rendered as:
I can make further tests, but I need help to find out where does this behaviour comes from.