hexo-toc icon indicating copy to clipboard operation
hexo-toc copied to clipboard

📖 Insert a markdown TOC before posts be rendered.

Results 9 hexo-toc issues
Sort by recently updated
recently updated
newest added

In the EJS template of my posts, I am using Hexo's native [TOC helper](https://hexo.io/docs/helpers.html#toc): ``` ``` And in some content of my pages, I am using the TOC placeholder of...

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...

The activity on this git repository seems to get flat this months. Is this plugin still maintained?

currently it TOC is lik * Header 1 * Header 1.2 * Header 2 * Header 3 It would be great to have 1. Header 1 1. Header 1.1 2....

`hexo-toc` only has a `maxdepth` config but not a `mindepth`. One usually wants to avoid `h1` to be part of the TOC. `markdown-toc` has only an option to exclude the...

Because `hexo-toc` uses `markdown-toc` it is generating anchors for all markdown pages, not only those which use ``. For example one usually want anchors only for the header referenced in...

Hi There is a problem with adding html tags in a header. For example this headers anchor link wont work: ``` ## something ``` The reason is that hexo-toc makes...