Skip to content

Commit

Permalink
docs: add markdown-toc link
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis authored Jun 7, 2024
1 parent 01d1034 commit 6a11a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ It's sometimes easier to use the pandoc docker image than to install it:
docker run --rm --volume "${PWD}:/data" --volume "/tmp:/tmp" --user "$(id -u):$(id -g)" pandoc/latex "$@"
```

markdown-toc is used to inject the table of contents into `README.md`
[markdown-toc](https://github.com/jonschlinkert/markdown-toc) is used to inject the table of contents into `README.md`

Update the templates and run `make doc`.

Expand Down

0 comments on commit 6a11a25

Please sign in to comment.