Is it possible to generate an automatic Table of Contents using Github Flavoured Markdown?
There's now a GitHub Action accomplishing this:
https://github.com/marketplace/actions/toc-generator
README.md
.github/workflows/toc.yml
on: push
name: TOC Generator
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v2