@datalackey/update-markdown-toc 1.1.3 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
- [Recursively Traversing a Folder Hierarchy to Process all files vs. Single File Processing](#recursively-traversing-a-folder-hierarchy-to-process-all-files-vs-single-file-processing)
|
|
27
27
|
- [Single-File Processing (Strict Mode)](#single-file-processing-strict-mode)
|
|
28
28
|
- [Recursive Folder Traversal (Lenient Mode)](#recursive-folder-traversal-lenient-mode)
|
|
29
|
+
- [Design Goals and Philosophy](#design-goals-and-philosophy)
|
|
29
30
|
- [Guidelines For Project Contributors](#guidelines-for-project-contributors)
|
|
30
31
|
- [Known limitations](#known-limitations)
|
|
31
32
|
<!-- TOC:END -->
|
package/package.json
CHANGED