From 44b30ec615b96d48fa09be641fb54f3ba84f1b29 Mon Sep 17 00:00:00 2001 From: codeleventh Date: Thu, 20 Nov 2025 22:56:29 +0500 Subject: [PATCH] Add Markdown Table of Contents package --- repository/m.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/m.json b/repository/m.json index 846708011a7..cd443ecb196 100644 --- a/repository/m.json +++ b/repository/m.json @@ -563,6 +563,17 @@ } ] }, + { + "name": "Markdown Table of Contents", + "details": "https://github.com/codeleventh/mdtoc", + "labels": ["markdown", "table of contents", "text navigation"], + "releases": [ + { + "sublime_text": ">=4000", + "tags": true + } + ] + }, { "name": "Markdown to Clipboard", "details": "https://github.com/zhimiaoli/Sublime.Markdown2Clipboard",