In the EJS template of my posts, I am using Hexo's native TOC helper:
And in some content of my pages, I am using the TOC placeholder of this plugin (hexo-toc):
The TOC helper in my posts works fine when "hexo-toc" is not installed but if I install "hexo-toc" it renders TOCs in my Markdown files but also affects the rendering of my TOC helper. I noticed that the TOC rendered by my EJS template gets shown but the links are not working when "hexo-toc" is installed.
Here is my "hexo-toc" config:
"toc": {
"class": "toc",
"decodeEntities": false,
"maxdepth": 2,
"slugify": "transliteration"
}
My Hexo.js version is 5.2.0.
In the EJS template of my posts, I am using Hexo's native TOC helper:
And in some content of my pages, I am using the TOC placeholder of this plugin (hexo-toc):
The TOC helper in my posts works fine when "hexo-toc" is not installed but if I install "hexo-toc" it renders TOCs in my Markdown files but also affects the rendering of my TOC helper. I noticed that the TOC rendered by my EJS template gets shown but the links are not working when "hexo-toc" is installed.
Here is my "hexo-toc" config:
My Hexo.js version is 5.2.0.