codefortulsa / website

Code For Tulsa Website Update 2022
https://www.figma.com/file/maf7XD1XhbIKlJn77P2tIS/Code-for-Tulsa-Website?node-id=0%3A1
8 stars 10 forks source link

FEAT: Auto-Generate Table of Contents for markdown (README.md, contributing.md, blog pages, and more!) #138

Open helmturner opened 2 years ago

helmturner commented 2 years ago

Note: for support questions, please use #ug-code-for-tulsa slack channel in Techlahoma or stackoverflow. This repository's issues are reserved for feature requests and bug reports.

There's no way of automatically generating Table of Contents from markdown files.

Not a bug.

When a commit makes changes to markdown files, a Table of Contents complete with links is generated form the headings and sub-headings in the document and inserted at a location determined by the file's author.

I don't want to update the Table of Contents every time I add new documentation, but it would also be really cool for Blog pages to have a ToC auto-magically!

This should do the trick!