
Insert a markdown TOC before posts be rendered.
The hexo-toc plugin is a powerful tool for anyone using Hexo to manage their markdown posts. It simplifies the process of adding a Table Of Contents (TOC) by allowing users to place a simple placeholder in their raw markdown files. Unlike other TOC helpers, this plugin ensures that your content remains untouched, maintaining the integrity of your markdown while providing a seamless reading experience.
With the flexibility to customize settings through a configuration file, hexo-toc stands out as a reliable solution to enhance post organization. Whether you're writing blogs, tutorials, or technical documents, having an automatically generated TOC can significantly improve navigation and user engagement.
<!-- toc --> placeholder, ensuring precise placement in your content.maxdepth, allowing for tailored organization of your content.
Hexo is a static site generator built with Node.js that enables developers to create fast and efficient websites using Markdown, EJS, and Stylus. It offers features such as server-side rendering, plugin support, and easy deployment to hosting services like GitHub Pages and Netlify.