Socket
Socket
Sign inDemoInstall

hexo-insert-toc

Package Overview
Dependencies
78
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hexo-insert-toc

A Hexo plugin to insert a table of contents (TOC) in Hexo posts and pages.


Version published
Weekly downloads
23
decreased by-25.81%
Maintainers
1
Install size
3.40 MB
Created
Weekly downloads
 

Changelog

Source

1.1.2 (2022-08-08)

Bug Fixes
  • Work with forward slashes (039d1262)

Readme

Source

hexo-insert-toc

Small plugin to insert a table of contents (TOC) in Hexo posts and pages by placing a <!-- toc --> in your Markdown files.

Configuration

The basic options from markdown-toc are supported. Simply add them to your Hexo config file using the property "hexo-insert-toc".

Example

_config.json

{
  "hexo-insert-toc": {
    "maxdepth": 2
  }
}

Compatibility

Tested with Hexo v6.1.0.

Keywords

FAQs

Last updated on 08 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc